“symbol not found” when using Lombok
after adding Lombok version 1.18.32 to my Java Project, it doesn’t compile any more. I’m using IntelliJ Idea 2023.3.2 and installed the Lombok plugin.
I’m getting “Symbol not found” for all the generated getters and setters.
The errors only show up when building the application.
I tried activating annotation processing in the IntelliJ settings and tried different versions of Lombok, but it didn’t help
How does lombok @FieldNameConstants works?
The @FieldNameConstants annotation generates an inner type which contains 1 constant for each field in your class. The two following are equivalent