public final class Annotation
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Annotation(Type _base,
AnnotationArgument[] _arguments) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationArgument[] |
arguments() |
Type |
base() |
static Annotation |
create(Type _base,
AnnotationArgument[] _arguments) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Annotation |
of(Type _base,
AnnotationArgument[] _arguments) |
java.lang.String |
toString() |
Annotation |
withArguments(AnnotationArgument[] arguments) |
Annotation |
withBase(Type base) |
protected Annotation(Type _base, AnnotationArgument[] _arguments)
public static Annotation create(Type _base, AnnotationArgument[] _arguments)
public static Annotation of(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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object