tags: #publish
links: [[Java]], [[Software Architecture]]
created: 2020-10-21 Wed
---
# ArchUnit
https://github.com/TNG/ArchUnit
https://www.archunit.org/userguide/html/000_Index.html
Enforcement of Java code structure rules via unit tests.
A library for checking the architecture of your Java code - package and class dependencies, cycles, etc.
Bytecode analysis.