Module  java.compiler

Interface ModuleElement.RequiresDirective

    • 方法详细信息

      • isStatic

        boolean isStatic​()
        返回这是否是静态依赖关系。
        结果
        这是否是静态依赖
      • isTransitive

        boolean isTransitive​()
        返回这是否是传递依赖关系。
        结果
        这是否是传递依赖
      • getDependency

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