Package com.oracle.coherence.cdi
Annotation Interface Scope
A qualifier annotation used when injecting Coherence resource to indicate
that those resource should be obtained from a specific
ConfigurableCacheFactory
.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.10.20
-
Nested Class Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe scope name or URI used to identify a specificConfigurableCacheFactory
. -
Field Summary
-
Field Details
-
DEFAULT
Predefined constant for system scope.- See Also:
-
SYSTEM
Predefined constant for system scope.- See Also:
-
-
Element Details
-
value
String valueThe scope name or URI used to identify a specificConfigurableCacheFactory
.- Returns:
- the scope name or URI used to identify a specific
ConfigurableCacheFactory
- Default:
""
-