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

  2. Stable - Project Lombok

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

  3. Download - Project Lombok

    Download 1.18.42v1.18.42 "Envious Ferret" changelog older versionsFeeling adventurous? Download the latest snapshot release.

  4. Using lombok

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

  5. Maven - Project Lombok

    Generally this is called a 'provided' dependency. This page explains how to integrate lombok with the Apache Maven build tool. Lombok is available in maven central, so telling Maven to …

  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. @Data - Project Lombok

    Lombok will flag any usage of @Data as a warning or error if configured. lombok.noArgsConstructor.extraPrivate = [true | false] (default: false) If true, lombok will …

  8. @Builder - Project Lombok

    Jan 16, 2016 · Lombok will generate everything that you do not manually add, and put it into this builder class. For example, if you are trying to configure jackson to use a specific subtype for a …

  9. Data (Lombok)

    Will also generate setters for all non-final fields, as well as a constructor (except that no constructor will be generated if any explicitly written constructors already exist). Equivalent to …

  10. Gradle - Project Lombok

    Generally this is called a 'provided' dependency. This page explains how to integrate lombok with the Gradle build tool. Lombok is available in maven central, so telling Gradle to download …