|
|
|
|
|
by ojhughes
1546 days ago
|
|
Lombok seems to have a 50/50 split of people who love / hate it. I am firmly in the No Lombok camp! My reasons are; * IntelliJ is very good at generating boilerplate getters / setters etc * I found sometimes the annotation processor would get out of sync with the IDE resulting in compilation issues until the processor was run again * Java 17 records replace a lot of the functionality |
|