On this page
[Java] Interface GroovyTag
public interface GroovyTag
Methods Summary
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-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/groovydoc/GroovyTag.html