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 classApplicationScoped.LiteralSupports inline instantiation of theApplicationScopedannotation.static classBeforeDestroyed.LiteralSupports inline instantiation of theBeforeDestroyedqualifier.static classConversationScoped.LiteralSupports inline instantiation of theConversationScopedannotation.static classDependent.LiteralSupports inline instantiation of theDependentannotation.static classDestroyed.LiteralSupports inline instantiation of theDestroyedqualifier.static classInitialized.LiteralSupports inline instantiation of theInitializedqualifier.static classRequestScoped.LiteralSupports inline instantiation of theRequestScopedannotation.static classSessionScoped.LiteralSupports inline instantiation of theSessionScopedannotation. -
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 classNew.LiteralSupports inline instantiation of theNewqualifier.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.
-