The Java operators we write have a lot of code which is less related to the
business logic of the operator, eg. getters, setters, constructors, log
variables, etc.
Lombok library can be used to greatly avoid such code by using annotations,
eg. @Getter, @Setter. The library generates this code during build time.
The code will be a lot cleaner and easier to read and develop as it will
only contain business logic and a few annotations.

PFB the links to the library features.
https://projectlombok.org/features/index.html


I would like to know the community views on incorporating this library as a
build dependency. Also, the community can decide and restrict which
features should be allowed to be used.


Regards,
Ajay

Reply via email to