@Documented
@Retention(value=RUNTIME)
public @interface Scope
ConfigurableCacheFactory.| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
DEFAULT
Predefined constant for system scope.
|
static java.lang.String |
SYSTEM
Predefined constant for system scope.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
The scope name or URI used to identify a specific
ConfigurableCacheFactory. |