I'm asking and answering my own question, but i'm not assuming i have the best answer. If you have a better one, please post it!
Related Questions:
- Lombok is not generating getter and setter
- Can't compile project when I'm using Lombok under IntelliJ IDEA
Here are the symptoms:
I have this compilation error: "Cannot find symbol method getName()" when I try to run the code or when I do "mvn clean install".
If I go to
Refactor -> Lombok or Delombok
all annotations are marked as "readonly"
- If I go in any class with Lombok annotations none of them are marked with red underline.
As IDE I use IntelliJ and the project was generated with springinitializr.
I would really appreciate some help.