Class CycleConfiguration

java.lang.Object
com.tngtech.archunit.library.cycle_detection.CycleConfiguration

@Internal public final class CycleConfiguration extends Object
  • Field Details

    • MAX_NUMBER_OF_CYCLES_TO_DETECT_PROPERTY_NAME

      @Internal public static final String MAX_NUMBER_OF_CYCLES_TO_DETECT_PROPERTY_NAME
      Configures the maximum number of cycles to detect by CycleDetector. I.e. once this number of cycles has been found the algorithm will stop its search and report the cycles found so far.
      See Also: