Package | Description |
---|---|
javax.decorator |
Annotations relating to decorators.
|
javax.enterprise.inject |
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld | |
org.jboss.weld.bean.builtin | |
org.jboss.weld.context.conversation | |
org.jboss.weld.exceptions | |
org.jboss.weld.literal | |
org.jboss.weld.manager | |
org.jboss.weld.manager.api | |
org.jboss.weld.util |
Class and Description |
---|
Stereotype
Specifies that an annotation type is a stereotype.
|
Class and Description |
---|
InjectionException
|
Instance
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
ResolutionException
|
Stereotype
Specifies that an annotation type is a stereotype.
|
Class and Description |
---|
Instance
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
Class and Description |
---|
Instance
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
Class and Description |
---|
Instance
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
Class and Description |
---|
Instance
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
Class and Description |
---|
AmbiguousResolutionException
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for
injection into a certain class.
|
CreationException
Indicates that a checked exception was thrown during creation of a bean.
|
IllegalProductException
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the
producer method or field was not
Dependent . |
InjectionException
|
UnproxyableResolutionException
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the
bean type cannot be proxied by the container.
|
UnsatisfiedResolutionException
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection
into a certain class.
|
Class and Description |
---|
Any
The built-in qualifier type.
|
Default
The default qualifier type.
|
Stereotype
Specifies that an annotation type is a stereotype.
|
Class and Description |
---|
Instance
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
Class and Description |
---|
Instance
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
|
Class and Description |
---|
Typed
Restricts the bean types of a bean.
|
Copyright © 2013 Seam Framework. All Rights Reserved.