Hi.
According to the plugin page
https://jaxb.dev.java.net/plugin.html :
"A plugin can also choose to take over the XJC's code generation process
completely. Only one plugin can do this at any given time, but this allows a
plugin to generate a radically different code from a schema."
However there is absolutely no docs or even samples on how to do this. Can
anyone please share how i can accomplish this ? I already have a plugin
working. But i cant stop xjc from generating files. My plugin already takes
care of the generation part.