A Java architecture test library that integrates with JUnit 5 to specify and assert architecture rules in plain Java.
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit-junit5</artifactId>
<version>1.4.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines an architecture test that checks all classes in the service package are annotated with @Service.
Ensure your project uses JUnit 5.4+ and the archunit-junit5 dependency is on the test classpath.
No dependency data recorded yet.