- All Known Implementing Classes:
SimpleGroovyTag
public interface GroovyTag
Describes a block tag extracted from a documentation comment.
-
Method Summary
The optional parameter for tags like "throws" and "param".
The text associated with the tag.
-
Method Details
-
name
The tag name, e.g. "deprecated", "param", "see" or "author".
-
param
The optional parameter for tags like "throws" and "param".
-
text
The text associated with the tag.