Class AllowedModuleDependencies

java.lang.Object
com.tngtech.archunit.library.modules.syntax.AllowedModuleDependencies

@PublicAPI(usage=ACCESS, state=EXPERIMENTAL) public final class AllowedModuleDependencies extends Object
Defines which module may depend on which other modules by module name.
Start the definition by following the fluent API through allow().
Extend the definition by calling fromModule(String) multiple times.