Interface JavaDoc<O>

    • Method Detail

      • getText

        String getText()
        Returns the text for this JavaDoc, excluding tags
      • getFullText

        String getFullText()
        Returns the full text for this JavaDoc, including tags
      • getTags

        List<JavaDocTag> getTags​(String tagName)
        Returns a list of JavaDocTag values for the given tag name (eg: @param) or an empty list if not found
      • getTags

        List<JavaDocTag> getTags()
        Returns a list of JavaDocTag values for the given tag name (eg: @param) or an empty list if not found