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