Uses of Class
jakarta.enterprise.util.AnnotationLiteral
-
Packages that use AnnotationLiteral Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.jakarta.enterprise.inject jakarta.enterprise.inject.literal jakarta.enterprise.util Contains shared, general-purpose helper classes and annotations.jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package.org.infinispan.cdi.common.util This package contains utility classes.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 -
-
Uses of AnnotationLiteral in jakarta.enterprise.context
Subclasses of AnnotationLiteral in jakarta.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 jakarta.enterprise.inject
Subclasses of AnnotationLiteral in jakarta.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 jakarta.enterprise.inject.literal
Subclasses of AnnotationLiteral in jakarta.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 jakarta.enterprise.util
Subclasses of AnnotationLiteral in jakarta.enterprise.util Modifier and Type Class Description static classNonbinding.LiteralSupports inline instantiation of theNonbindingannotation. -
Uses of AnnotationLiteral in jakarta.security.enterprise.authentication.mechanism.http
Subclasses of AnnotationLiteral in jakarta.security.enterprise.authentication.mechanism.http Modifier and Type Class Description static classAutoApplySession.LiteralSupports inline instantiation of the AutoApplySession annotation.static classLoginToContinue.LiteralSupports inline instantiation of the LoginToContinue annotation.static classRememberMe.LiteralSupports inline instantiation of the RememberMe annotation. -
Uses of AnnotationLiteral in org.infinispan.cdi.common.util
Subclasses of AnnotationLiteral in org.infinispan.cdi.common.util Modifier and Type Class Description classAnyLiteralclassDefaultLiteralstatic classSynthetic.SyntheticLiteral -
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
-