Annotation Interface ConditionalOnProperty


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface ConditionalOnProperty
  • Element Details

    • value

      String[] value
      Default:
      {}
    • name

      String[] name
      Default:
      {}
    • havingValue

      String havingValue
      Default:
      "true"
    • matchIfMissing

      boolean matchIfMissing
      Default:
      false