Uses of Package
javax.enterprise.inject
-
Packages that use javax.enterprise.inject Package Description javax.decorator Annotations relating to decorators.javax.enterprise.inject javax.enterprise.inject.se javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.bootstrap.event org.jboss.weld.bootstrap.events.configurator org.jboss.weld.contexts.activator org.jboss.weld.environment.se org.jboss.weld.environment.se.beans org.jboss.weld.environment.se.contexts.activators org.jboss.weld.exceptions org.jboss.weld.inject org.jboss.weld.literal org.jboss.weld.manager org.jboss.weld.util -
Classes in javax.enterprise.inject used by javax.decorator Class Description Stereotype Specifies that an annotation type is a stereotype. -
Classes in javax.enterprise.inject used by javax.enterprise.inject Class Description Alternative.Literal Supports inline instantiation of theAlternativeannotation.Any.Literal Supports inline instantiation of theAnyqualifier.Default.Literal Supports inline instantiation of theDefaultqualifier.InjectionException Indicates a problem relating to dependency injection.Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.New.Literal Supports inline instantiation of theNewqualifier.ResolutionException Indicates a problem relating to typesafe resolution.Specializes.Literal Supports inline instantiation of theSpecializesannotation.Stereotype Specifies that an annotation type is a stereotype.TransientReference.Literal Supports inline instantiation of theTransientReferenceannotation.Typed.Literal Supports inline instantiation of theTypedannotation.Vetoed.Literal Supports inline instantiation of theVetoedannotation. -
Classes in javax.enterprise.inject used by javax.enterprise.inject.se Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by javax.enterprise.inject.spi Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by javax.enterprise.inject.spi.configurator Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by org.jboss.weld Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by org.jboss.weld.bean.builtin Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by org.jboss.weld.bootstrap.event Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by org.jboss.weld.bootstrap.events.configurator Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by org.jboss.weld.contexts.activator Class Description Vetoed Veto the processing of the class. -
Classes in javax.enterprise.inject used by org.jboss.weld.environment.se Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.Vetoed Veto the processing of the class. -
Classes in javax.enterprise.inject used by org.jboss.weld.environment.se.beans Class Description Produces Identifies a producer method or field.Vetoed Veto the processing of the class. -
Classes in javax.enterprise.inject used by org.jboss.weld.environment.se.contexts.activators Class Description Vetoed Veto the processing of the class. -
Classes in javax.enterprise.inject used by org.jboss.weld.exceptions Class 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 notDependent.InjectionException Indicates a problem relating to dependency injection.ResolutionException Indicates a problem relating to typesafe resolution.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. -
Classes in javax.enterprise.inject used by org.jboss.weld.inject Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by org.jboss.weld.literal Class Description Stereotype Specifies that an annotation type is a stereotype. -
Classes in javax.enterprise.inject used by org.jboss.weld.manager Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in javax.enterprise.inject used by org.jboss.weld.util Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.Typed Restricts the bean types of a bean.