About 10,800,000 results
Open links in new tab
  1. Lombok added but getters and setters not recognized in Intellij IDEA

    Jul 18, 2013 · I am using IntelliJ IDEA on ubuntu. I added lombok.jar into my project and installed the Lombok plugin for IDEA. I have access to the annotations but the getters and setters aren't …

  2. lombok - Java web-app cannot compile with JDK 24: java: java.lang ...

    Mar 25, 2025 · More information: Even use JDK 24, and set Java language level is 23, it will still cause error, must use JDK 23 with Java language level 23 with latest version of Lombok (at …

  3. Maven + Lombok @Slf4j on JDK 21: “cannot find symbol: variable …

    Aug 18, 2025 · Question Given the above, what else could make Maven compile the original sources without Lombok actually generating the log field, even though the processor is clearly …

  4. Lombok annotations do not compile under Intellij idea

    After spending far too long troubleshooting this, I found a simple workaround which ensures IntelliJ processes Lombok annotations correctly during builds. The gradle-lombok plugin is not …

  5. java - Fixing error "Lombok annotation handler class …

    Apr 4, 2024 · For eclipse Followed below steps worked for me. Download latest stable lombok jar from mvn or lombok-edge. I used 1.18.34 version. Install downloaded jar using command 'java …

  6. Can't compile project when I'm using Lombok under IntelliJ IDEA

    Feb 24, 2012 · I'm trying to use Lombok in my project that I'm developing using IntelliJ IDEA 11. I've installed 3rd-party plugin for IDEA and it seems working fine because IDEA sees all …

  7. java - Cannot find symbol with Lombok - Stack Overflow

    Dec 6, 2024 · Basically I'm trying to create an API using Spring Boot, however I have some problems with Lombok annotations. This is my domain (I can use @Data, but it shows the …

  8. java - Spring Boot 3 with Lombok - Stack Overflow

    Dec 29, 2022 · Explore solutions and discussions on integrating Spring Boot 3 with Lombok in Java applications, addressing compatibility and implementation challenges.

  9. java - Omitting one Setter/Getter in Lombok - Stack Overflow

    Nov 3, 2011 · I want to use a data class in Lombok. Since it has about a dozen fields, I annotated it with @Data in order to generate all the setters and getters. However, there is one special …

  10. Lombok is not generating getter and setter - Stack Overflow

    I followed all steps you described but with eclipse 2019-12 and lombok 1.18.12, eclipse does not recognize that there is a \@getter or \@setter annotation in my model. Is there even a getter or …