See: Description
| Interface | Description |
|---|---|
| Errors.Closure<T> | |
| Injectable<T> |
The type of something that is injectable.
|
| InjectableProvider<A extends java.lang.annotation.Annotation,C> |
An injectable provider provides an injectable which in turn may be used
to obtain the instance to inject onto a field, bean setter method, parameter
of a constructor, or parameter of a method.
|
| InjectableProviderContext |
The context to obtain
Injectable instances. |
| Class | Description |
|---|---|
| ClientSide | |
| ConstrainedToType | |
| Errors |
TODO do not use static thread local?
|
| Errors.ErrorMessage | |
| InjectableProviderContext.InjectableScopePair | |
| PerRequestTypeInjectableProvider<A extends java.lang.annotation.Annotation,T> |
A utility class that may implemented to support a per-request injectable
provider for a specific type T.
|
| ServerSide | |
| SingletonTypeInjectableProvider<A extends java.lang.annotation.Annotation,T> |
A utility class that may implemented to support a singleton injectable
provider for a specific type T, and an instance of type T, that is to be
injected.
|
| Exception | Description |
|---|---|
| Errors.ErrorMessagesException |
| Annotation Type | Description |
|---|---|
| ConstrainedTo | |
| Inject | Deprecated
see
InjectParam |
Copyright © 2016 Oracle Corporation. All Rights Reserved.