At the moment com.sun.tools.xjc.reader.Ring is closed before plugins get their turn to process the model. Please shift closing the Ring after plugins are done, as for example, it would be nice to access Global Bindings from plugin:
if (Ring.get(BIGlobalBinding.class).isSimpleMode()) { ... }
Affected Versions
[2.2.5]
At the moment com.sun.tools.xjc.reader.Ring is closed before plugins get their turn to process the model. Please shift closing the Ring after plugins are done, as for example, it would be nice to access Global Bindings from plugin:
Affected Versions
[2.2.5]