Interface JavadocTree.BlockTag

All Superinterfaces:
JavadocTree
Enclosing interface:
JavadocTree

public static sealed interface JavadocTree.BlockTag extends JavadocTree
Block tag.
  • Method Details

    • tag

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

      List<JavadocTree> body()
      Block tag body.
      Returns:
      immutable body list, never null