Package jakarta.faces.annotation
Class SessionMap.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<SessionMap>
 - 
- jakarta.faces.annotation.SessionMap.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - SessionMap
 
public static final class SessionMap.Literal extends AnnotationLiteral<SessionMap> implements SessionMap
Supports inline instantiation of the
SessionMapqualifier.- Since:
 - 4.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.faces.annotation.SessionMap
SessionMap.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static SessionMap.LiteralINSTANCEInstance of theSessionMapqualifier. 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final SessionMap.Literal INSTANCE
Instance of theSessionMapqualifier. 
 - 
 
 -