Class CycleConfiguration
java.lang.Object
com.tngtech.archunit.library.cycle_detection.CycleConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConfigures the maximum number of cycles to detect byCycleDetector. -
Method Summary
-
Field Details
-
MAX_NUMBER_OF_CYCLES_TO_DETECT_PROPERTY_NAME
Configures the maximum number of cycles to detect byCycleDetector. 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:
-