Package com.oracle.coherence.cdi
Class ConfigUri.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 ConfigUri
An annotation literal for the 
ConfigUri annotation.- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.ConfigUri
ConfigUri.Literal - 
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigUri.LiteralCreate aConfigUri.Literal.value()The name used to identify a specific resource.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 aConfigUri.Literal.- Parameters:
 sURI- the config resource URI- Returns:
 - a 
ConfigUri.Literalwith the specified value 
 - 
value
The name used to identify a specific resource.- Returns:
 - the name used to identify a specific resource
 
 
 -