GroovyAnnotationRefpublic class SimpleGroovyAnnotationRef extends java.lang.Object implements GroovyAnnotationRef
| Constructor | Description |
|---|---|
SimpleGroovyAnnotationRef(java.lang.String name,
java.lang.String desc) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
description() |
The string representation of the annotation reference.
|
java.lang.String |
name() |
Name of the annotation being referenced.
|
void |
setName(java.lang.String name) |
|
void |
setType(GroovyClassDoc type) |
|
GroovyClassDoc |
type() |
The annotation being referenced.
|
public SimpleGroovyAnnotationRef(java.lang.String name,
java.lang.String desc)
public void setType(GroovyClassDoc type)
public GroovyClassDoc type()
GroovyAnnotationReftype in interface GroovyAnnotationRefpublic java.lang.String name()
GroovyAnnotationReftype().typeName().name in interface GroovyAnnotationRefpublic void setName(java.lang.String name)
public java.lang.String description()
GroovyAnnotationRefdescription in interface GroovyAnnotationRef