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