Annotation Type ConditionalOnEnabledInfoContributor


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Documented
    @Conditional(org.springframework.boot.actuate.autoconfigure.info.OnEnabledInfoContributorCondition.class)
    public @interface ConditionalOnEnabledInfoContributor
    Conditional that checks whether or not a default info contributor is enabled. Matches if the value of the management.info.<name>.enabled property is true. Otherwise, matches if the value of the management.info.defaults.enabled property is true or if it is not configured.
    Since:
    2.0.0
    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      Stringvalue
      The name of the info contributor.
    • Element Detail

      • value

        String value
        The name of the info contributor.
        Returns:
        the name of the info contributor