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 classAlternative.LiteralSupports inline instantiation of theAlternativeannotation.static classAny.LiteralSupports inline instantiation of theAnyqualifier.static classDefault.LiteralSupports inline instantiation of theDefaultqualifier.static classSpecializes.LiteralSupports inline instantiation of theSpecializesannotation.static classTransientReference.LiteralSupports inline instantiation of theTransientReferenceannotation.static classTyped.LiteralSupports inline instantiation of theTypedannotation.static classVetoed.LiteralSupports inline instantiation of theVetoedannotation. -
Uses of AnnotationLiteral in javax.enterprise.inject.literal
Subclasses of AnnotationLiteral in javax.enterprise.inject.literal Modifier and Type Class Description classInjectLiteralSupports inline instantiation of theInjectannotation.classNamedLiteralSupports inline instantiation of theNamedqualifier.classQualifierLiteralSupports inline instantiation of theQualifierannotation.classSingletonLiteralSupports inline instantiation of theSingletonannotation. -
Uses of AnnotationLiteral in javax.enterprise.util
Subclasses of AnnotationLiteral in javax.enterprise.util Modifier and Type Class Description static classNonbinding.LiteralSupports inline instantiation of theNonbindingannotation.
-