Solve Lombok Warning in IntelliJ IDEA Hard and Easy Way

tanut aran
Oct 10, 2023

--

You will find your code with red highlight because it cannot find the method that Lombok help you generated.

In this example below like Getter and Setter.

The Hard Way: Find annotation

https://www.jetbrains.com/help/idea/annotation-processors-support.html

The Easy Way: Install Lombok Plug-in

You can find the plug in here. Click and it will link to your IntelliJ IDEA screen with popup to click install.

https://plugins.jetbrains.com/plugin/6317-lombok

Then here you go, the red highlight is going away !

--

--

tanut aran
tanut aran

Written by tanut aran

Co-founder and Coder at work !

No responses yet