public final class Annotated extends Type implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Annotated(Type _baseType,
Annotation[] _annotations) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
annotations() |
Type |
baseType() |
static Annotated |
create(Type _baseType,
Annotation[] _annotations) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Annotated |
of(Type _baseType,
Annotation[] _annotations) |
java.lang.String |
toString() |
Annotated |
withAnnotations(Annotation[] annotations) |
Annotated |
withBaseType(Type baseType) |
protected Annotated(Type _baseType, Annotation[] _annotations)
public static Annotated create(Type _baseType, Annotation[] _annotations)
public static Annotated of(Type _baseType, Annotation[] _annotations)
public Type baseType()
public Annotation[] annotations()
public Annotated withAnnotations(Annotation[] annotations)