Package io.smallrye.health.api
Class Wellness.Literal
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<Wellness>
-
- io.smallrye.health.api.Wellness.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Wellness
public static final class Wellness.Literal extends jakarta.enterprise.util.AnnotationLiteral<Wellness> implements Wellness
Support inline instantiation of theWellnessqualifier.- Author:
- Antoine Sabot-Durand
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.health.api.Wellness
Wellness.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Wellness.LiteralINSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final Wellness.Literal INSTANCE
-
-