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 repeatHealthGroupqualifier- Author:
- Antoine Sabot-Durand
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description HealthGroup[]value
-
-
-
Element Detail
-
value
HealthGroup[] value
- Returns:
- list of
HealthGroup
-
-