Package com.oracle.coherence.cdi.events
Class ScopeName.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<ScopeName>
com.oracle.coherence.cdi.events.ScopeName.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
ScopeName
An annotation literal for the
ScopeName
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.ScopeName
ScopeName.Literal
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScopeName.Literal
Create aScopeName.Literal
.value()
The name used to identify a specific scope.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 aScopeName.Literal
.- Parameters:
sName
- the scope name- Returns:
- a
ScopeName.Literal
with the specified value
-
value
The name used to identify a specific scope.- Returns:
- the name used to identify a specific scope
-