public static class ConfigUri.Literal extends java.lang.Object implements ConfigUri
ConfigUri
annotation.ConfigUri.Literal
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
static ConfigUri.Literal |
of(java.lang.String sURI)
Create a
ConfigUri.Literal . |
java.lang.String |
value()
The name used to identify a specific resource.
|
public static ConfigUri.Literal of(java.lang.String sURI)
ConfigUri.Literal
.sURI
- the config resource URIConfigUri.Literal
with the specified valuepublic java.lang.String value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
public boolean equals(java.lang.Object other)
equals
in interface java.lang.annotation.Annotation
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.lang.annotation.Annotation
hashCode
in class java.lang.Object