Skip to content

Make it possible to access global bindings from the plugin code #883

@Tomas-Kraus

Description

@Tomas-Kraus

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]

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions