モジュール java.compiler
パッケージ javax.lang.model.element

インタフェースModuleElement.RequiresDirective

    • メソッドの詳細

      • isStatic

        boolean isStatic()
        これが静的依存関係かどうかを返します。
        戻り値:
        これが静的依存関係かどうか
      • isTransitive

        boolean isTransitive()
        これが推移的依存関係かどうかを返します。
        戻り値:
        これが推移的依存関係であるかどうか
      • getDependency

        ModuleElement getDependency()
        必要なモジュールを返します
        戻り値:
        必要なモジュール