Class SimpleGroovyAnnotationRef
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyAnnotationRef
- All Implemented Interfaces:
- GroovyAnnotationRef
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe string representation of the annotation reference.booleanname()Name of the annotation being referenced.voidvoidsetType(GroovyClassDoc type) type()The annotation being referenced.
- 
Constructor Details- 
SimpleGroovyAnnotationRef
 
- 
- 
Method Details- 
setType
- 
typeDescription copied from interface:GroovyAnnotationRefThe annotation being referenced.- Specified by:
- typein interface- GroovyAnnotationRef
- Returns:
- the annotation being referenced
 
- 
isTypeAvailablepublic boolean isTypeAvailable()
- 
nameDescription copied from interface:GroovyAnnotationRefName of the annotation being referenced. Once resolved, equates totype().typeName().- Specified by:
- namein interface- GroovyAnnotationRef
- Returns:
- the name of the annotation reference
 
- 
setName
- 
descriptionDescription copied from interface:GroovyAnnotationRefThe 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.- Specified by:
- descriptionin interface- GroovyAnnotationRef
- Returns:
- the text representation of the annotation ref
 
 
-