@Target(value={TYPE,METHOD,PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @Qualifier @Repeatable(value=HealthGroups.class) @Experimental(value="Custom health group definitions exposed at /health/group/{group-name}. Not covered by the specification. Subject to change.") public @interface HealthGroup
public abstract String value
Copyright © 2018–2022. All rights reserved.