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:
-
Optional Element Summary
-
Element Details
-
value
- Default:
- ""
-
name
- Default:
- ""
-
session
- Default:
- ""
-