Lombok intellij idea to duplicate getter / setter methods and generated constructor
I have a spring-boot project in intellij idea 2017.1 with lombok plugin installed and annotation processor enabled. When I build a project using Build> Rebuild Project , I have completed the build successfully. But in the editor, it still shows a compilation error when calling the getter method due to an ambiguous method call: there are duplicate getter / setter methods in the class structure.
Here is my class:
+3
source to share