Package jakarta.faces.annotation
Class 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 SessionMap
qualifier.
- Since:
- 4.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.faces.annotation.SessionMap
SessionMap.Literal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SessionMap.Literal
Instance of theSessionMap
qualifier. -
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Instance of theSessionMap
qualifier.
-
-
Constructor Details
-
Literal
public Literal()
-