Interface ProvidesTree

All Superinterfaces:
BlockTagTree, DocTree

public interface ProvidesTree extends BlockTagTree
A tree node for a @provides block tag.
    @provides service-type description
 
Since:
9
  • Nested Class Summary Link icon

    Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree Link icon

    DocTree.Kind
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    List<? extends DocTree>
    Returns a description of the service type being provided by the module.
    Returns the name of the service type being documented.

    Methods declared in interface com.sun.source.doctree.BlockTagTree Link icon

    getTagName

    Methods declared in interface com.sun.source.doctree.DocTree Link icon

    accept, getKind
  • Method Details Link icon

    • getServiceType Link icon

      ReferenceTree getServiceType()
      Returns the name of the service type being documented.
      Returns:
      the name of the service type
    • getDescription Link icon

      List<? extends DocTree> getDescription()
      Returns a description of the service type being provided by the module.
      Returns:
      the description