模块  java.compiler

Interface ModuleElement.RequiresDirective

    • 方法详细信息

      • isStatic

        boolean isStatic()
        返回这是否是静态依赖项。
        结果
        这是否是一个静态依赖
      • isTransitive

        boolean isTransitive()
        返回这是否是传递依赖项。
        结果
        这是否是一个传递依赖
      • getDependency

        ModuleElement getDependency()
        返回所需的模块
        结果
        the module that is required