Module java.compiler

Interface ModuleElement.ProvidesDirective

所有超级接口:
ModuleElement.Directive
封闭接口:
ModuleElement

public static interface ModuleElement.ProvidesDirective extends ModuleElement.Directive
一个模块提供的服务的实现。
自JDK版本:
9
  • Method Details

    • getService

      TypeElement getService()
      返回正在提供的服务。
      返回:
      正在提供的服务
    • getImplementations

      List<? extends TypeElement> getImplementations()
      返回正在提供的服务的实现。
      返回:
      正在提供的服务的实现