public static class ScopeName.Literal extends java.lang.Object implements ScopeName
ScopeName annotation.ScopeName.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 ScopeName.Literal | 
of(java.lang.String sName)
Create a  
ScopeName.Literal. | 
java.lang.String | 
value()
The name used to identify a specific scope. 
 | 
public static ScopeName.Literal of(java.lang.String sName)
ScopeName.Literal.sName - the scope nameScopeName.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.Annotationpublic boolean equals(java.lang.Object other)
equals in interface java.lang.annotation.Annotationequals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.lang.annotation.AnnotationhashCode in class java.lang.Object