Interface | Description |
---|---|
IEagerContribution |
Clients that want to register shared services on startup of the Xtext framework /
contributions, should bind an
IEagerContribution as a SharedStateContribution . |
ISharedStateContributionRegistry |
A registry for shared contributions.
|
Class | Description |
---|---|
SharedStateContribution |
A shared state contribution is used to obtain instances from a contributed injector.
|