Annotation Interface Readiness
@Qualifier
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
public @interface Readiness
Qualifier designed to make the
HealthIndicator
exposed via
/health/readiness
endpoint of HealthEndpoint
.- Since:
- 2.1
- Author:
- Pavol Gressa