|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface GroovyAnnotationRef
Method Summary | |
---|---|
java.lang.String
|
description()
The string representation of the annotation reference. |
java.lang.String
|
name()
Name of the annotation being referenced. |
GroovyClassDoc
|
type()
The annotation being referenced. |
Method Detail |
---|
public java.lang.String description()
public java.lang.String name()
type().typeName()
.
public GroovyClassDoc type()
Groovy Documentation