- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<ConversationScoped>
-
- jakarta.enterprise.context.ConversationScoped.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- ConversationScoped
public static final class ConversationScoped.Literal extends AnnotationLiteral<ConversationScoped> implements ConversationScoped
Supports inline instantiation of theConversationScoped
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.enterprise.context.ConversationScoped
ConversationScoped.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static ConversationScoped.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 ConversationScoped.Literal INSTANCE
-
-