@RetentionSE(valueSE=RUNTIMESE) @TargetSE(valueSE={TYPESE,METHODSE}) @DocumentedSE @Conditional(value=org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorCondition.class) public @interface ConditionalOnEnabledHealthIndicator
@Conditional。management.health.<name>.enabled プロパティの値が true の場合に一致します。それ以外の場合、management.health.defaults.enabled プロパティの値が true であるか、構成されていない場合に一致します。public abstract StringSE value