| Interface | Description |
|---|---|
| ContextBoundValue<T> |
A value bound to the IEclipseContext
|
| ScopedObjectFactory |
An object factory is bound to the local context and is able to create
instances using a the backing DI container
|
| Annotation Type | Description |
|---|---|
| ContextValue |
Annotation to get a context bound value
|
| Invoke |
Mark a method to be invoked using
ScopedObjectFactory.invoke(Object) |