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

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

@glassfishrobot

Description

@glassfishrobot

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