Package com.tngtech.archunit.library.cycle_detection.rules
package com.tngtech.archunit.library.cycle_detection.rules
-
ClassDescriptionCycleArchCondition<COMPONENT>A generic
ArchConditionto check arbitraryCOMPONENTs consisting ofJavaClassesfor cyclic dependencies between those components (induced by thedependenciesof the containedclasses).
Construct it by following the fluent interface ofCycleArchCondition.builder().CycleArchCondition.Builder<COMPONENT>CycleArchCondition.NeedsRetrieveClasses<COMPONENT>CycleArchCondition.NeedsRetrieveDescription<COMPONENT>