Package com.oracle.coherence.cdi
Class Scope.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
Scope
An annotation literal for the
Scope
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.Scope
Scope.Literal
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Scope.Literal
Create aScope.Literal
.value()
Obtain the name value.Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
toString
-
Method Details
-
of
Create aScope.Literal
.- Parameters:
sValue
- the scope name or URI used to identify a specificConfigurableCacheFactory
- Returns:
- a
Scope.Literal
with the specified URI
-
value
Obtain the name value.- Returns:
- the name value
-