Uses of Interface
org.codehaus.groovy.groovydoc.GroovyAnnotationRef

Packages that use GroovyAnnotationRef
org.codehaus.groovy.groovydoc GroovyDoc internal classes. 
org.codehaus.groovy.tools.groovydoc GroovyDoc tool. 
 

Uses of GroovyAnnotationRef in org.codehaus.groovy.groovydoc
 

Methods in org.codehaus.groovy.groovydoc that return GroovyAnnotationRef
 GroovyAnnotationRef[] GroovyParameter.annotations()
           
 GroovyAnnotationRef[] GroovyProgramElementDoc.annotations()
           
 

Uses of GroovyAnnotationRef in org.codehaus.groovy.tools.groovydoc
 

Classes in org.codehaus.groovy.tools.groovydoc that implement GroovyAnnotationRef
 class SimpleGroovyAnnotationRef
           
 

Fields in org.codehaus.groovy.tools.groovydoc with type parameters of type GroovyAnnotationRef
private  java.util.List<GroovyAnnotationRef> SimpleGroovyProgramElementDoc.annotationRefs
           
private  java.util.List<GroovyAnnotationRef> ExternalGroovyClassDoc.annotationRefs
           
private  java.util.List<GroovyAnnotationRef> SimpleGroovyParameter.annotationRefs
           
 

Methods in org.codehaus.groovy.tools.groovydoc that return GroovyAnnotationRef
 GroovyAnnotationRef[] SimpleGroovyProgramElementDoc.annotations()
           
 GroovyAnnotationRef[] ExternalGroovyClassDoc.annotations()
           
 GroovyAnnotationRef[] SimpleGroovyParameter.annotations()
           
 

Methods in org.codehaus.groovy.tools.groovydoc with parameters of type GroovyAnnotationRef
 void SimpleGroovyProgramElementDoc.addAnnotationRef(GroovyAnnotationRef ref)
           
 void SimpleGroovyParameter.addAnnotationRef(GroovyAnnotationRef ref)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.