Package io.smallrye.health.api
Annotation Type Wellness
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@Qualifier
@Experimental("Custom health check type definitions exposed at /health/well. Not covered by the specification. Subject to change.")
public @interface Wellness
This qualifier is used to define a wellness Health Check procedure
- Author:
- Antoine Sabot-Durand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupport inline instantiation of theWellnessqualifier.