Uses of Class
javax.enterprise.util.AnnotationLiteral
-
Packages that use AnnotationLiteral Package Description javax.enterprise.inject javax.enterprise.inject.literal javax.enterprise.util Contains shared, general-purpose helper classes and annotations. -
-
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
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.
-