RecordBuilder.Includes as a compilerArg #127
Replies: 3 comments 7 replies
-
Unfortunately this won't work. The Java annotation processor would not call Record Builder as there isn't an annotated class. There must be some annotated class for Record Builder to get called during compilation. |
Beta Was this translation helpful? Give feedback.
-
If you have to have |
Beta Was this translation helpful? Give feedback.
-
That's what I'm trying to say. If you don't have that |
Beta Was this translation helpful? Give feedback.
-
It would be great if there was the possibility to specify RecordBuilder.Includes as a compilerArg in the same way it already is for RecordBuilder.Options.
It would allow to have all the configuration in the pom.xml removing all the dependencies in the code (except at build time for the processor).
I hope it could be taken in consideration as an idea for an improvement.
Beta Was this translation helpful? Give feedback.
All reactions