Interface ModifierReviewable.ForModuleRequirement

    • Method Detail

      • isTransitive

        boolean isTransitive()
        Returns true if the module requirement is transitive.
        Returns:
        true if the module requirement is transitive.
      • isStaticPhase

        boolean isStaticPhase()
        Returns true if the module requirement is during the static phase only.
        Returns:
        true if the module requirement is during the static phase only.
      • getTransitivity

        Transitivity getTransitivity()
        Returns the transitivity of this module requirement.
        Returns:
        The transitivity of this module requirement.
      • getRequiredPhase

        RequiredPhase getRequiredPhase()
        Returns the phase in which this module requirement is relevant.
        Returns:
        The phase in which this module requirement is relevant.