[Java] Interface GroovyTag
Methods Summary
Type Params | Return Type | Name and 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. |
Method Detail
public String name()
The tag name, e.g. "deprecated", "param", "see" or "author".
public String param()
The optional parameter for tags like "throws" and "param".
public String text()
The text associated with the tag.
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/groovydoc/GroovyTag.html