Java.
What you need to do on your IDE (e. g. "IntelliJ IDEA") for run project?
- From "IntelliJ IDEA" menu ---> "Preferences" or just use "CMD/Ctrl" + "," keyboard shortcut,
- Go to "Build, Execution, Deployment" ---> "Compiler" ---> "Annotation Processors",
- Tick to "Enable annotation processing" checkbox.
- After that go to install "Lombok" plugin,
- Go to "Plugins",
- In search field write "Lombok" and then click on "Search in repositories" will open new window and look for "Lombok Plugin". Click on it and then on right side click on "Install" button,
- Restart "IntelliJ IDEA" application.
- Enjoy!