feat(build): remove boilerplate code with lombok#92
feat(build): remove boilerplate code with lombok#92mbocek wants to merge 1 commit intosubhra74:masterfrom
Conversation
|
I know everyone loves removing boilerplate, but an IDE can easily manage the getters and setters and thus this is just unnecessary dependencies... =) and complicates building etc. |
|
The build is straight forward. All major IDEs have support for Lombok (IntelliJ Idea, Eclipse...) |
|
@subhra74 Please consider merging this PR as it will be quite helpful later while code cleanup. |
|
please do not add unnecessary dependencies. |
|
@andy-goryachev : I agree, removing boilerplate code is not the most pressing issue. |
|
Lombok doesn't only provide getter/setter but also provide other functionality like logger, builders etc thats why I asked to get it merged. |
#85 Example of how to reduce boilerplate code.