How to use jaxb2-annotate-plugin

2k views Asked by At

I just learned how to generate Java classes from XSD using JAXB (with Maven), now I need to add to my generated classes some annotations. I found out that jaxb2-annotate-plugin does exactly this, but I don't know how to use it in my project. Can anyone provide some step-by-step tutorials or helpful explanation? Any help would be appreciated.

0

There are 0 answers