This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Description
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]