Class AutoApplySession.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<AutoApplySession>
jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- AutoApplySession
public static final class AutoApplySession.Literal
extends AnnotationLiteral<AutoApplySession>
implements AutoApplySession
Supports inline instantiation of the AutoApplySession annotation.
- Since:
- 3.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession
AutoApplySession.Literal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AutoApplySession.Literal
Instance of theAutoApplySession
Interceptor Binding. -
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Instance of theAutoApplySession
Interceptor Binding.
-
-
Constructor Details
-
Literal
public Literal()
-