Package jakarta.enterprise.context
Class ConversationScoped.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<ConversationScoped>
jakarta.enterprise.context.ConversationScoped.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
ConversationScoped
public static final class ConversationScoped.Literal
extends AnnotationLiteral<ConversationScoped>
implements ConversationScoped
Supports inline instantiation of the
ConversationScoped
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.context.ConversationScoped
ConversationScoped.Literal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConversationScoped.Literal
Default ConversationScoped literal -
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Default ConversationScoped literal
-
-
Constructor Details
-
Literal
public Literal()
-