- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<SessionScoped>
-
- jakarta.enterprise.context.SessionScoped.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- SessionScoped
public static final class SessionScoped.Literal extends AnnotationLiteral<SessionScoped> implements SessionScoped
Supports inline instantiation of theSessionScoped
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.enterprise.context.SessionScoped
SessionScoped.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static SessionScoped.Literal
INSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final SessionScoped.Literal INSTANCE
-
-