@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=org.springframework.boot.autoconfigure.condition.OnClassCondition.class) public @interface ConditionalOnMissingClass
@Conditional
that only matches when the specified classes are not
on the classpath.public abstract String[] value