Lombok annotations do not compile under Intellij idea [duplicate]
This question already has answers here: Can’t compile project when I’m using Lombok under IntelliJ IDEA (40 answers) Closed 2 years ago. I’ve … Read more
This question already has answers here: Can’t compile project when I’m using Lombok under IntelliJ IDEA (40 answers) Closed 2 years ago. I’ve … Read more
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 … Read more
I want to use a data class in Lombok. Since it has about a dozen fields, I annotated it with @Data in order … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
A @RequiredArgsConstructor will be generated if no constructor has been defined. The Project Lombok @Data page explains: @Data is like having implicit @Getter, @Setter, @ToString, @EqualsAndHashCode and @RequiredArgsConstructor annotations … Read more
This should work as is, and has nothing to do with IntelliJ idea. But I would: make sure the @Data annotation is the lombok one … Read more
I will assume that you want to use those imports in your code. The warnings, in gray, are suggesting you to remove imports … Read more