Interface | Description |
---|---|
Context |
Represents a bean scope, storing the bean instances available to the
execution context, and corresponding to a
@ScopeType . |
Contextual<T> |
Contextual creates and destroys instances of a given type.
|
CreationalContext<T> |
The CreationalContext is a temporary, internal context used during
creation to resolve internal references.
|