diff --git a/plugins/lombok/lombok-compiler-plugin/README.md b/plugins/lombok/lombok-compiler-plugin/README.md new file mode 100644 index 00000000000..7813f6b5a1e --- /dev/null +++ b/plugins/lombok/lombok-compiler-plugin/README.md @@ -0,0 +1,35 @@ +Kotlin plugin to support Lombok annotations in the same compilation unit with kotlin + +Features support: + +[~] [Config files](https://projectlombok.org/features/configuration) + + - [x] Basic support - single config file + - [ ] Import other config files + - [ ] Config files discovery and bubbling + +[~] [@Getter/@Setter](https://projectlombok.org/features/GetterSetter) + + - [x] Basic support + - [x] Class-level + - [x] @Accessors config support: chain and fluent + - [ ] Config support (_lombok.getter.noIsPrefix_ only supported) + - [ ] Copy annotations + - [ ] strip defined prefixes - in config and @Accessors + +[~] [@With](https://projectlombok.org/features/With) + + - [x] Basic support + - [ ] Copy annotations + +[ ] [@NoArgsConstructor, @RequiredArgsConstructor and @AllArgsConstructor](https://projectlombok.org/features/constructor) + +[ ] [@Data](https://projectlombok.org/features/Data) + +[ ] [@Value](https://projectlombok.org/features/Value) + +[ ] [@Builder](https://projectlombok.org/features/Builder) + + + +