Is there a way to add a required args constructor for org.codehaus.mojo:jaxb2-maven-plugin?
I found org.jvnet.jaxb2_commons:jaxb2-value-constructor but it can only generate all args constructor for all generated classes.
Or can I annotate each generated class somehow with Lomboks @RequiredArgsConstructor afterwards?
Looked for plugin extensions.
Maybe you could use the JAXB Annotate plugin which allow you to add any annotation on any class / field.