All Classes and Interfaces

Classes
Class
Description
ArchUnit rule enforcing the @Entity@Version parity invariant from ADR-0001 §1.4.
Sample ArchUnit test class that consumers extend or copy.
ArchUnit rule enforcing ADR-0013 §3: no blanket catch (Exception) / catch (Throwable) / catch (RuntimeException) outside the top-level request boundary.
Consumer-facing helper + template for NoBlanketCatch.