Lombok @Data error
I'm getting this error in this part of code: even though I've used the @Data annotation in my CustomerDto class:
11 Replies
⌛
This post has been reserved for your question.
Hey @IamMax420! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
does it work if you annotate it with @getter and @setter instead of @data
nope...
whats the error when you annotate with getter
is it underlined in the editor as error
or no
it's not
interesting
show the lombok setup then
in pom
show the annotation process thing
with lombok
from the settings?