[Java - Lombok] Lombok plugs into your editor and build tools to spicing up your java automatically
lombok
Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.
Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.
lombok facilitates many tedious tasks and reduces Java source code verbosity by annotation processing through APT.
Installation
Gradle
1 | // build.gradle |
Usages
TODO
References
[1] Project Lombok - https://projectlombok.org/
[2] Setting up Lombok with Eclipse and Intellij | Baeldung - https://www.baeldung.com/lombok-ide
[4] Lombok Maven Plugin – - http://anthonywhitford.com/lombok.maven/lombok-maven-plugin/index.html