Package org.codehaus.groovy.groovydoc
Interface GroovyTag
- All Known Implementing Classes:
- SimpleGroovyTag
public interface GroovyTag
- 
Method Summary
- 
Method Details- 
namejava.lang.String name()The tag name, e.g. "deprecated", "param", "see" or "author".
- 
paramjava.lang.String param()The optional parameter for tags like "throws" and "param".
- 
textjava.lang.String text()The text associated with the tag.
 
-