org.archguard.linter.rule.layer.LayerRuleVisitor.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rule-layer Show documentation
Show all versions of rule-layer Show documentation
ArchGuard is a architecture governance tool which can analysis architecture in container, component, code level, create architecture fitness functions, and anaysis system dependencies..
package org.archguard.linter.rule.layer
import chapi.domain.core.CodeDataStruct
import org.archguard.rule.core.Issue
import org.archguard.rule.core.RuleSet
import org.archguard.rule.core.RuleVisitor
class LayerRuleVisitor(rootNode: List) : RuleVisitor(rootNode) {
override fun visitor(ruleSets: Iterable): List {
return listOf()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy