Module jdk.compiler

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

    • getURL

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

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