Package com.oracle.coherence.cdi
Class ConfigUri.Literal
- java.lang.Object
-
- com.oracle.coherence.cdi.AnnotationLiteral<ConfigUri>
-
- com.oracle.coherence.cdi.ConfigUri.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ConfigUri
public static class ConfigUri.Literal extends AnnotationLiteral<ConfigUri> implements ConfigUri
An annotation literal for theConfigUri
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.ConfigUri
ConfigUri.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigUri.Literal
of(String sURI)
Create aConfigUri.Literal
.String
value()
The name used to identify a specific resource.-
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
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static ConfigUri.Literal of(String sURI)
Create aConfigUri.Literal
.- Parameters:
sURI
- the config resource URI- Returns:
- a
ConfigUri.Literal
with the specified value
-
value
public String value()
The name used to identify a specific resource.- Returns:
- the name used to identify a specific resource
-
-