I am new to Java from c++ and I have been trying to familiarise myself with the language. I am trying to use the lombok plugin from IntelliJ IDEA but it does not seem to work for me at all:
This is a screenshot of my IDEA failing to recognise the "@value" annotation
The lombok is already installed on my IDEA and I have tried restore the default settings of my ide a bunch of times but I still get the same error:
This is a screenshot of the lombok plugin install on my ide
I am using the IntelliJ IDEA 2021.2.2 (Ultimate Edition). Does anyone know what's the problem?
@Value
not@value
– Careful