Adding Lombok plugin to IntelliJ project [duplicate]
Solution 1:
You need to Enable Annotation Processing on IntelliJ IDEA
> Settings > Build, Execution, Deployment > Compiler > Annotation Processors
Solution 2:
To add the Lombok IntelliJ plugin to add lombok support IntelliJ:
- Go to File > Settings > Plugins
- Click on Browse repositories...
- Search for Lombok Plugin
- Click on Install plugin
- Restart IntelliJ IDEA