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.LiteralCreate aScope.Literal.value()Obtain the name value.Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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.Literalwith the specified URI 
 - 
value
Obtain the name value.- Returns:
 - the name value
 
 
 -