Annotation Interface CoherenceAsyncMap


@Target({FIELD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @CoherenceCache @Value("#{getAsyncCache}") @Lazy public @interface CoherenceAsyncMap
Meta-annotation that marks the asynchronous wrapper implementation of Coherence Maps using AsyncNamedMap for dependency-injection.
Since:
3.0
Author:
Gunnar Hillert
See Also: