About 54 results
Open links in new tab
  1. 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 …

  2. Using lombok

    IDEs Eclipse IntelliJ IDEA Netbeans MyEclipse Spring Tool Suite JBoss Developer Studio Visual Studio Code

  3. Download - Project Lombok

    Download 1.18.44v1.18.44 "Envious Ferret" changelog older versions Feeling adventurous? Download the latest snapshot release.

  4. Stable - Project Lombok

    Configuration system Lombok, made to order: Configure lombok features in one place for your entire project or even your workspace.

  5. 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 …

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

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

  8. 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 …

  9. @Data - Project Lombok

    Overview @Data is a convenient shortcut annotation that bundles the features of @ToString, @EqualsAndHashCode, @Getter / @Setter and @RequiredArgsConstructor together: In other …

  10. 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 …