public interface GroovyAnnotationRef
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public String | 
                            description()The string representation of the annotation reference.  | 
                        
 | 
                            public String | 
                            name()Name of the annotation being referenced.  | 
                        
 | 
                            public GroovyClassDoc | 
                            type()The annotation being referenced.  | 
                        
The string representation of the annotation reference. Initially implemented as a temporary hack stored from the source. To be replaced with strong-typed finer grained information.
 Name of the annotation being referenced. Once resolved,
 equates to type().typeName().
      
The annotation being referenced.