| Constructor | Description |
|---|---|
SimpleGroovyTag(String name,
String param,
String text) |
| 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.
|