Package com.oracle.coherence.cdi
Annotation Type Scope
-
@Qualifier @Documented @Retention(RUNTIME) public @interface Scope
A qualifier annotation used when injecting Coherence resource to indicate that those resource should be obtained from a specificConfigurableCacheFactory
.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.10.20
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
value
The scope name or URI used to identify a specificConfigurableCacheFactory
.
-
-
-
Field Detail
-
DEFAULT
static final String DEFAULT
Predefined constant for system scope.
-
-
-
SYSTEM
static final String SYSTEM
Predefined constant for system scope.
-
-
Element Detail
-
value
String value
The scope name or URI used to identify a specificConfigurableCacheFactory
.- Returns:
- the scope name or URI used to identify a specific
ConfigurableCacheFactory
- Default:
- ""
-
-