Annotation Interface Scope
A qualifier annotation used when injecting Coherence resource to indicate
that those resource should be obtained from a specific
ConfigurableCacheFactory
.- Since:
- 1.0
- Author:
- Jonathan Knight
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
An annotation literal for theScope
annotation. -
Optional Element Summary
-
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:
- ""
-