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
FieldsModifier and TypeFieldDescriptionstatic final AutoApplySession.LiteralInstance of theAutoApplySessionInterceptor Binding. - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Field Details
- 
INSTANCE
Instance of theAutoApplySessionInterceptor Binding. 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 -