79382140

Date: 2025-01-23 18:15:13
Score: 1
Natty:
Report link

I my case I did

  1. Installed the Lombok plugin
  2. I enable the annotation processing

After that, I can see the getters and setters in the outline of the class. However, when I build the project or run/debug the project I got error because the getter are setter not found. It was because the Processor path was wrong some how.

enter image description here

Make sure that processor path is correct.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kaan Ateşel