Interface JavadocDescriptionElement

All Known Implementing Classes:
JavadocInlineTag, JavadocSnippet

@Deprecated(forRemoval=true, since="11.0.0") public interface JavadocDescriptionElement
Deprecated, for removal: This API element is subject to removal in a future version.
Use the new javadoc parser submodule, see Javadoc Parser.
An element of a description: either an inline tag or a piece of text.

So for example a text or String could be valid description elements.

  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    pretty-prints the Javadoc fragment
  • Method Details

    • toText

      String toText()
      Deprecated, for removal: This API element is subject to removal in a future version.
      pretty-prints the Javadoc fragment