public class NewLiteral extends AnnotationLiteral<New> implements New
Modifier and Type | Field and Description |
---|---|
static NewLiteral |
NEW |
Constructor and Description |
---|
NewLiteral(java.lang.Class<?> value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.Class<?> |
value() |
annotationType, equals, hashCode
public static final NewLiteral NEW
public java.lang.Class<?> value()
public java.lang.String toString()
toString
in interface java.lang.annotation.Annotation
toString
in class AnnotationLiteral<New>