- 所有超级接口:
-
BlockTagTree
,DocTree
用于表示
@uses
块标签的树节点。
@uses 服务类型 描述
- 自版本:
- 9
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
Method Summary
Modifier and TypeMethodDescription返回模块中使用服务类型的描述。返回正在文档化的服务类型的名称。Methods declared in interface com.sun.source.doctree.BlockTagTree
getTagName
-
Method Details
-
getServiceType
ReferenceTree getServiceType()返回正在文档化的服务类型的名称。- 返回:
- 服务类型的名称
-
getDescription
返回模块中使用服务类型的描述。- 返回:
- 描述
-