@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface ConditionalOnMissingClass
Conditional
that only matches when the specified classes are not on the
classpath.public abstract Class<?>[] value
public abstract String[] name
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.