Annotation Interface EnableCoherence
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Import({EnableCoherenceImportBeanDefinitionRegistrar.class,CoherenceSpringConfiguration.class})
public @interface EnableCoherence
Main annotation for setting up Coherence within Spring Framework using the
CoherenceSpringConfiguration
class
as well as the EnableCoherenceImportBeanDefinitionRegistrar
.- Since:
- 3.0
- Author:
- Gunnar Hillert