[lombok] Add readme with (not) supported features

This commit is contained in:
Andrey Zinovyev
2021-03-25 18:40:22 +03:00
committed by TeamCityServer
parent e0a95ff556
commit e0216cc9f4
@@ -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)