Uses of Package
com.oracle.coherence.spring.configuration.annotation
-
Packages that use com.oracle.coherence.spring.configuration.annotation Package Description com.oracle.coherence.spring.boot.autoconfigure Provides auto configuration for Spring Boot.com.oracle.coherence.spring.configuration.annotation Provides Configuration-related annotation support. -
Classes in com.oracle.coherence.spring.configuration.annotation used by com.oracle.coherence.spring.boot.autoconfigure Class Description EnableCoherence Main annotation for setting up Coherence within Spring Framework using theCoherenceSpringConfiguration
class as well as theEnableCoherenceImportBeanDefinitionRegistrar
. -
Classes in com.oracle.coherence.spring.configuration.annotation used by com.oracle.coherence.spring.configuration.annotation Class Description 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.