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