@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface StoreRoot
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
The optional name qualifier of the StorageManager to use.
|
StoringStrategy |
strategy
The Storing strategy.
|
@AliasFor(member="value") public abstract java.lang.String name
public abstract StoringStrategy strategy