Interface | Description |
---|---|
Instance<T> |
The
Instance interface provides a method for obtaining
instances of beans with required types and qualifiers. |
Exception | Description |
---|---|
AmbiguousResolutionException |
Ambigous resolution exception.
|
CreationException | |
IllegalProductException |
If return object of the producer method is null and its type
is primitive type then throws this exception.
|
InjectionException |
Injection exception class.
|
ResolutionException |
Resolution exception class.
|
UnproxyableResolutionException |
In DI, normal scope type bean class must be proxyable by the container.
|
UnsatisfiedResolutionException |
If injection point is not resolved by the container, it throws
unsatisfied exception.
|
Annotation Type | Description |
---|---|
Alternative | |
Any |
Defines any qualifier in the injection point.
|
Default |
Default qualifier.
|
Disposes | |
Model | |
New | |
Produces | |
Specializes | |
Stereotype |
Steretypes are used for inheriting the meta annotations
that are defined on the stereotyped annotation from another webbeans
component.
|
Typed |
Used for definining explicit bean api types.
|
Copyright © 2013. All rights reserved.