Package jakarta.enterprise.context
Class AutoClose.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- AutoClose
public static final class AutoClose.Literal
extends AnnotationLiteral<AutoClose>
implements AutoClose
Supports inline instantiation of the
AutoClose annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.context.AutoClose
AutoClose.Literal -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Literal
public Literal()
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Overrides:
annotationTypein classAnnotationLiteral<AutoClose>
-
equals
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classAnnotationLiteral<AutoClose>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classAnnotationLiteral<AutoClose>
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classAnnotationLiteral<AutoClose>
-