Interface GroovyTag

  • All Known Implementing Classes:
    SimpleGroovyTag

    public interface GroovyTag
    • Method Detail

      • name

        String name()
        The tag name, e.g. "deprecated", "param", "see" or "author".
      • param

        String param()
        The optional parameter for tags like "throws" and "param".
      • text

        String text()
        The text associated with the tag.