Module jdk.compiler

Interface UsesTree

所有超级接口:
BlockTagTree, DocTree

public interface UsesTree extends BlockTagTree
用于表示@uses块标签的树节点。
    @uses 服务类型 描述
 
自版本:
9
  • Method Details

    • getServiceType

      ReferenceTree getServiceType()
      返回正在文档化的服务类型的名称。
      返回:
      服务类型的名称
    • getDescription

      List<? extends DocTree> getDescription()
      返回模块中使用服务类型的描述。
      返回:
      描述