Lombok Integration #38
Unanswered
andreachirico79
asked this question in
Q&A
Replies: 1 comment 1 reply
-
With this solution the annotation processing have been disabled: this is the reason why the java compiler do not generate what you except. You should ask for Stackoverflow |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i noticed that with virtualization off, the compiling procedure ignores che lombok annotation @DaTa for autogenerating the getter and setter methods. is there a way to inherit this behaviour in some way or do I have to explicit tell to ClassSourceGenerator to add the methods field by field?
thanks
Beta Was this translation helpful? Give feedback.
All reactions