Package io.smallrye.health.api
Class HealthGroup.Literal
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<HealthGroup>
-
- io.smallrye.health.api.HealthGroup.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- HealthGroup
public static final class HealthGroup.Literal extends jakarta.enterprise.util.AnnotationLiteral<HealthGroup> implements HealthGroup
Support inline instantiation of theHealthGroupqualifier.- Author:
- Antoine Sabot-Durand
- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.health.api.HealthGroup
HealthGroup.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HealthGroup.Literalof(String value)Stringvalue()-
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
-
-
-
-
Method Detail
-
of
public static HealthGroup.Literal of(String value)
-
value
public String value()
-
-