Annotation Interface Store
@Retention(RUNTIME)
@Target(TYPE)
@Deprecated(forRemoval=true,
since="11.0")
public @interface Store
Deprecated, for removal: This API element is subject to removal in a future version.
Store. An annotation for identifying a persistent store and explicitly stating some of its characteristics.
- Since:
- 9.0
- Author:
- Ryan Emerson
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.Whether the store can be shared amongst nodes in a distributed/replicated cache
-
Element Details
NonBlockingStore.Characteristic
s to specify a store's capabilities.