0

I have a problem with building maven project in intellij

java: cannot find symbol
symbol: class __

with annotation

@RequiredArgsConstructor(onConstructor = @__(@Lazy))

when I want to run project I got this error. Thanks in advance for help

Mateusz Sobczak
  • 1,284
  • 6
  • 24
  • 52
  • You are using the java 7 syntax, but I guess you are on java 8+. – Jan Rieke Jul 17 '21 at 10:55
  • Make sure you have configured the Lombok for the project. And have Lombok plugin enabled, see https://stackoverflow.com/a/38059047/2000323 – Andrey Jul 19 '21 at 08:28

0 Answers0