Interface | Description |
---|---|
Context |
Interface that defines a context to create a object.
|
Class | Description |
---|---|
ComponentFactory<T extends java.lang.annotation.Annotation,E> |
A factory to create components specified by annotations.
|
ContextFactory |
A class that can create objects based on a
Context . |
DefaultContext |
Exception | Description |
---|---|
CreateException |
Exception thrown when an error occurs while creating an object.
|
UnresolvableValueException |
Exception thrown to indicate that the context cannot resolve a value.
|