I have followed all the steps to install Lombok and I can see Lombok is installed in my IDE (STS) from help -> eclipse marketplace. But in my model class the getters and setters are not generated.
Asked
Active
Viewed 234 times
0
-
Did you enable annotation processing? Can you show your model class? Can you show your build files? – dan1st Aug 10 '21 at 16:14
-
Thanks for the comments. I resolved it at last by adding the @Data annotation in the model class. – logka shunmughum Aug 10 '21 at 22:45