Uses of Package
jakarta.enterprise.inject
-
Packages that use jakarta.enterprise.inject Package Description jakarta.decorator Annotations relating to decorators.jakarta.enterprise.inject jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.inject.se jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.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.exceptions org.jboss.weld.inject org.jboss.weld.literal org.jboss.weld.manager org.jboss.weld.util -
Classes in jakarta.enterprise.inject used by jakarta.decorator Class Description Stereotype Specifies that an annotation type is a stereotype. -
Classes in jakarta.enterprise.inject used by jakarta.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.Instance.Handle This interface represents a contextual reference handle.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 jakarta.enterprise.inject used by jakarta.enterprise.inject.build.compatible.spi Class Description Instance Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Classes in jakarta.enterprise.inject used by jakarta.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 jakarta.enterprise.inject used by jakarta.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 jakarta.enterprise.inject used by jakarta.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 jakarta.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.Instance.Handle This interface represents a contextual reference handle. -
Classes in jakarta.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.Instance.Handle This interface represents a contextual reference handle. -
Classes in jakarta.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 jakarta.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 jakarta.enterprise.inject used by org.jboss.weld.contexts.activator Class Description Vetoed Veto the processing of the class. -
Classes in jakarta.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 jakarta.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.Instance.Handle This interface represents a contextual reference handle. -
Classes in jakarta.enterprise.inject used by org.jboss.weld.literal Class Description Stereotype Specifies that an annotation type is a stereotype. -
Classes in jakarta.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 jakarta.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.Instance.Handle This interface represents a contextual reference handle.Typed Restricts the bean types of a bean.