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
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