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:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySessionAutoApplySession.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static AutoApplySession.LiteralINSTANCEInstance of theAutoApplySessionInterceptor Binding.
 - 
Constructor SummaryConstructors Constructor Description Literal()
 - 
Method Summary- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final AutoApplySession.Literal INSTANCE Instance of theAutoApplySessionInterceptor Binding.
 
- 
 
-