I have a schema (.xsd) and on generation using xjc
would like to ignore some attributes being generated in the JAXB
classes.
I can remove them manually once generated, but every time when schema changes, it is quite a manual task to remove from the generated class. Is there a way to achieve this using the JAXB
bindings file or JAXB2 basics
plugin ?