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.org.jboss.weld.context.activator org.jboss.weld.context.bound org.jboss.weld.context.ejb org.jboss.weld.context.http org.jboss.weld.context.unbound org.jboss.weld.literal -
-
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. -
Uses of AnnotationLiteral in org.jboss.weld.context.activator
Subclasses of AnnotationLiteral in org.jboss.weld.context.activator Modifier and Type Class Description static classActivateRequestContext.Literal -
Uses of AnnotationLiteral in org.jboss.weld.context.bound
Subclasses of AnnotationLiteral in org.jboss.weld.context.bound Modifier and Type Class Description classBoundLiteralAnnotation literal forBound -
Uses of AnnotationLiteral in org.jboss.weld.context.ejb
Subclasses of AnnotationLiteral in org.jboss.weld.context.ejb Modifier and Type Class Description classEjbLiteralAnnotation literal forEjb -
Uses of AnnotationLiteral in org.jboss.weld.context.http
Subclasses of AnnotationLiteral in org.jboss.weld.context.http Modifier and Type Class Description classHttpLiteralAnnotation literal forHttp -
Uses of AnnotationLiteral in org.jboss.weld.context.unbound
Subclasses of AnnotationLiteral in org.jboss.weld.context.unbound Modifier and Type Class Description classUnboundLiteralAnnotation literal forBound -
Uses of AnnotationLiteral in org.jboss.weld.literal
Subclasses of AnnotationLiteral in org.jboss.weld.literal Modifier and Type Class Description classDecoratedLiteralAnnotation literal forDecorated.classInterceptedLiteralAnnotation literal forIntercepted.classInterceptorBindingTypeLiteralAnnotation literal forInterceptorBindingclassNamedLiteralAnnotation literal forNamedclassNormalScopeLiteralAnnotation literal forNormalScopeclassQualifierLiteralAnnotation literal forQualifier?classScopeLiteralAnnotation literal forScope?classStereotypeLiteralAnnotation literal forStereotype?
-