Uses of Class
javax.enterprise.util.AnnotationLiteral
-
Packages that use AnnotationLiteral Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts.javax.enterprise.inject javax.enterprise.inject.literal javax.enterprise.util Contains shared, general-purpose helper classes and annotations. -
-
Uses of AnnotationLiteral in javax.enterprise.context
Subclasses of AnnotationLiteral in javax.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 javax.enterprise.inject
Subclasses of AnnotationLiteral in javax.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
New.Literal
Supports inline instantiation of theNew
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 javax.enterprise.inject.literal
Subclasses of AnnotationLiteral in javax.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 javax.enterprise.util
Subclasses of AnnotationLiteral in javax.enterprise.util Modifier and Type Class Description static class
Nonbinding.Literal
Supports inline instantiation of theNonbinding
annotation.
-