Annotation Interface ConditionalOnMissingClass


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Conditional(cn.taketoday.context.condition.OnClassCondition.class) public @interface ConditionalOnMissingClass
Conditional that only matches when the specified classes are not on the classpath.
作者:
TODAY
2019-06-18 15:03
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    The names of the classes that must not be present.
  • 元素详细资料

    • value

      String[] value
      The names of the classes that must not be present.
      返回:
      the names of the classes that must not be present
      默认值:
      {}