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
FieldsModifier and TypeFieldDescriptionstatic final ConversationScoped.LiteralDefault ConversationScoped literal -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
Default ConversationScoped literal
-
-
Constructor Details
-
Literal
public Literal()
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Overrides:
annotationTypein classAnnotationLiteral<ConversationScoped>
-
equals
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classAnnotationLiteral<ConversationScoped>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classAnnotationLiteral<ConversationScoped>
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classAnnotationLiteral<ConversationScoped>
-