Interface JavadocTree.InlineTag

All Superinterfaces:
JavadocTree
Enclosing interface:
JavadocTree

public static sealed interface JavadocTree.InlineTag extends JavadocTree
Inline tag.
  • Method Details

    • tag

      String tag()
      Inline tag name.
      Returns:
      tag, never null
    • body

      String body()
      Inline tag body.
      Returns:
      body, never null