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
-
可选元素概要
可选元素
-
元素详细资料
-
value
String[] valueThe names of the classes that must not be present.- 返回:
- the names of the classes that must not be present
- 默认值:
- {}
-