public interface GroovyTag
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | name()The tag name, e.g. | 
| java.lang.String | param()The optional parameter for tags like "throws" and "param". | 
| java.lang.String | text()The text associated with the tag. |