Package io.smallrye.health.api
Annotation Type HealthGroups
@Target({PARAMETER,FIELD,METHOD,TYPE})
@Documented
@Retention(RUNTIME)
@Experimental("Custom health group definitions exposed at /health/group/{group-name}. Not covered by the specification. Subject to change.")
public @interface HealthGroups
This annotation allow to repeat
HealthGroup qualifier- Author:
- Antoine Sabot-Durand
-
Required Element Summary
Required Elements
-
Element Details
-
value
HealthGroup[] value- Returns:
- list of
HealthGroup
-