Annotation Interface ConditionalOnEhCacheMissing
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Conditional(OnEhCacheMissingCondition.class)
public @interface ConditionalOnEhCacheMissing
Used to indicate that a class should be instantiated as a bean if ehcache is missing fromm the classpath
- Author:
- Jay Aisenbrey (cja769)