Uses of Class
jakarta.enterprise.util.AnnotationLiteral
-
Packages that use AnnotationLiteral Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.jakarta.enterprise.inject jakarta.enterprise.inject.literal jakarta.enterprise.util Contains shared, general-purpose helper classes and annotations. -
-
Uses of AnnotationLiteral in jakarta.enterprise.context
Subclasses of AnnotationLiteral in jakarta.enterprise.context Modifier and Type Class Description static class
ApplicationScoped.Literal
Supports inline instantiation of theApplicationScoped
annotation.static class
BeforeDestroyed.Literal
Supports inline instantiation of theBeforeDestroyed
qualifier.static class
ConversationScoped.Literal
Supports inline instantiation of theConversationScoped
annotation.static class
Dependent.Literal
Supports inline instantiation of theDependent
annotation.static class
Destroyed.Literal
Supports inline instantiation of theDestroyed
qualifier.static class
Initialized.Literal
Supports inline instantiation of theInitialized
qualifier.static class
RequestScoped.Literal
Supports inline instantiation of theRequestScoped
annotation.static class
SessionScoped.Literal
Supports inline instantiation of theSessionScoped
annotation. -
Uses of AnnotationLiteral in jakarta.enterprise.inject
Subclasses of AnnotationLiteral in jakarta.enterprise.inject Modifier and Type Class Description static class
Alternative.Literal
Supports inline instantiation of theAlternative
annotation.static class
Any.Literal
Supports inline instantiation of theAny
qualifier.static class
Default.Literal
Supports inline instantiation of theDefault
qualifier.static class
Specializes.Literal
Supports inline instantiation of theSpecializes
annotation.static class
TransientReference.Literal
Supports inline instantiation of theTransientReference
annotation.static class
Typed.Literal
Supports inline instantiation of theTyped
annotation.static class
Vetoed.Literal
Supports inline instantiation of theVetoed
annotation. -
Uses of AnnotationLiteral in jakarta.enterprise.inject.literal
Subclasses of AnnotationLiteral in jakarta.enterprise.inject.literal Modifier and Type Class Description class
InjectLiteral
Supports inline instantiation of theInject
annotation.class
NamedLiteral
Supports inline instantiation of theNamed
qualifier.class
QualifierLiteral
Supports inline instantiation of theQualifier
annotation.class
SingletonLiteral
Supports inline instantiation of theSingleton
annotation. -
Uses of AnnotationLiteral in jakarta.enterprise.util
Subclasses of AnnotationLiteral in jakarta.enterprise.util Modifier and Type Class Description static class
Nonbinding.Literal
Supports inline instantiation of theNonbinding
annotation.
-