[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.