Annotation Interface ConditionalOnEhCache


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Conditional(OnEhCacheCondition.class) public @interface ConditionalOnEhCache
Used to indicate that a class should be instantiated as a bean if ehcache is on the classpath
Author:
Jay Aisenbrey (cja769)