Package org.codehaus.groovy.groovydoc
Interface GroovyTag
- 
- All Known Implementing Classes:
- SimpleGroovyTag
 
 public interface GroovyTag
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringname()The tag name, e.g.java.lang.Stringparam()The optional parameter for tags like "throws" and "param".java.lang.Stringtext()The text associated with the tag.
 
-