[Java] Interface GroovyTag
public interface GroovyTag
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public String |
name() The tag name, e.g. | |
public String |
param() The optional parameter for tags like "throws" and "param". | |
public 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/3.0.7/html/gapi/org/codehaus/groovy/groovydoc/GroovyTag.html