Interface SpecTree

All Superinterfaces:
BlockTagTree, DocTree

public interface SpecTree extends BlockTagTree
A tree node for an @spec block tag.
    @spec url title
 
Since:
20
  • Method Details Link icon

    • getURL Link icon

      TextTree getURL()
      Returns the URL.
      Returns:
      the URL
    • getTitle Link icon

      List<? extends DocTree> getTitle()
      Returns the title.
      Returns:
      the title