Lombok aims to reduce boilerplate and maintenance of this boilerplate in Java code.
This repo is a quick intro to Lombok, its usages and its shortcomings.
View this presentation online at: https://tomsquest.github.io/presentation-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. Early access to future java features such as val, and much more. Watch the 4 minute demo below to learn more!