Package com.oracle.coherence.spring.configuration.annotation
Provides Configuration-related annotation support.
-
Annotation Types Summary Annotation Type Description CoherenceAsyncCache Meta-annotation that marks the asynchronous wrapper implementation of Coherence Caches usingAsyncNamedCache
for dependency-injection.CoherenceAsyncMap Meta-annotation that marks the asynchronous wrapper implementation of Coherence Maps usingAsyncNamedMap
for dependency-injection.CoherenceCache Meta-annotation that marks Coherence Caches usingNamedCache
for dependency-injection.CoherenceMap Meta-annotation that marks Coherence Maps usingNamedMap
for dependency-injection.EnableCoherence Main annotation for setting up Coherence within Spring Framework using theCoherenceSpringConfiguration
class as well as theEnableCoherenceImportBeanDefinitionRegistrar
.