Custom annotation with jaxb2-annotate-plugin and XJC tool
问题 I'm trying to convert bunch of XSD files to Java source POJOs at runtime. These XML schemas will be generated based on some protocol specific model definitions. I have used the JAXB's XJC to compile the schema to pojo. Started facing problem when I used Jaxb2-annotate-plugin for doing custom annotation. For testing, I have added following in my schema, <xs:schema xmlns:aa="http://acme.example.com/system" xmlns:another="http://acme.example.com/another" xmlns:jaxb="http://java.sun.com/xml/ns