Annotation Type 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 usingAsyncNamedMap
for dependency-injection.- Since:
- 3.0
- Author:
- Gunnar Hillert
- See Also:
NamedCacheConfiguration
-
-
Element Detail
-
value
@AliasFor(annotation=Name.class) String value
- Default:
- ""
-
-
-
name
@AliasFor(annotation=Name.class, attribute="value") String name
- Default:
- ""
-
-
-
session
@AliasFor(annotation=SessionName.class, attribute="value") String session
- Default:
- ""
-
-