Package org.eclipse.microprofile.health
Class Readiness.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Readiness>
org.eclipse.microprofile.health.Readiness.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Readiness
public static final class Readiness.Literal
extends AnnotationLiteral<Readiness>
implements Readiness
Support inline instantiation of the
Readiness
qualifier.- Since:
- 2.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.microprofile.health.Readiness
Readiness.Literal
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Literal
public Literal()
-