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 theConversationScopedannotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.enterprise.context.ConversationScopedConversationScoped.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static ConversationScoped.LiteralINSTANCE
 - 
Constructor SummaryConstructors Constructor Description Literal()
 - 
Method Summary- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ConversationScoped.Literal INSTANCE 
 
- 
 
-