Package com.aim2be.platform.archunit


package com.aim2be.platform.archunit
  • 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.
    Immutable carrier for a single rule evaluation — both the violation count (for a ratchet assertion) and the formatted report (for warn-mode logging), produced by one scan.