- 所有父级接口:
ModuleElement.Directive
- 封闭接口:
ModuleElement
模块提供的服务的实现。
- 自从:
- 9
-
方法总结
在接口 javax.lang.model.element.ModuleElement.Directive 中声明的方法
accept, getKind
-
方法详情
-
getService
TypeElement getService()返回所提供的服务。- 返回:
- 提供的服务
-
getImplementations
List <? extends TypeElement > getImplementations()返回所提供服务的实现。- 返回:
- 所提供服务的实现
-