
Project Lombok
Project 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 …
Using lombok
IDEs Eclipse IntelliJ IDEA Netbeans MyEclipse Spring Tool Suite JBoss Developer Studio Visual Studio Code
Download - Project Lombok
Download 1.18.44v1.18.44 "Envious Ferret" changelog older versions Feeling adventurous? Download the latest snapshot release.
Stable - Project Lombok
Configuration system Lombok, made to order: Configure lombok features in one place for your entire project or even your workspace.
Maven - Project Lombok
Delomboking: The Lombok Maven Plugin There is a plugin for Maven that we recommend you use if you want to delombok via maven. Useful if you want to run source analysis tools on your source after …
Overview (Lombok)
This package contains the annotations and support classes you need as a user of lombok, for all features which aren't (yet) supported as a first class feature.
Lombok Changelog
The lombok class patching system has been completely revamped; the core business of patching class files has been offloaded in an independent project called 'lombok.patcher', which is now used to …
lombok (Lombok) - Project Lombok
lombok.extern.* – These packages contains lombok annotations that solve boilerplate issues for libraries not part of the JRE itself. lombok.experimental – This package contains lombok features that are new …
@Data - Project Lombok
Overview @Data is a convenient shortcut annotation that bundles the features of @ToString, @EqualsAndHashCode, @Getter / @Setter and @RequiredArgsConstructor together: In other …
Gradle - Project Lombok
The Lombok Gradle Plugin There is a plugin for gradle that we recommend you use; it makes deployment a breeze, and makes it easy to do additional tasks, such as delomboking. The plugin is …