public final class Annotation
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Annotation(Type _base,
AnnotationArgument[] _arguments) |
Modifier and Type | Method and Description |
---|---|
AnnotationArgument[] |
arguments() |
Type |
base() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
Annotation |
withArguments(AnnotationArgument[] arguments) |
Annotation |
withBase(Type base) |
public Annotation(Type _base, AnnotationArgument[] _arguments)
public Type base()
public AnnotationArgument[] arguments()
public Annotation withBase(Type base)
public Annotation withArguments(AnnotationArgument[] arguments)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object