Reputation: 113
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.
Upvotes: 2
Views: 2551