Companion codegen bundle for vidocq-runtime-cassini-rest-extension.
Declare this artifact in <annotationProcessorPaths> whenever the
application depends on the REST extension; Maven resolves the transitive
APT dependencies below automatically.
Pre-generates <Resource>$$CassiniAdapter + $$CassiniRoutes at compile
time (no runtime reflection, AOT-safe). Without this APT, AdapterRegistry
falls back to RuntimeAdapterGenerator at the first request ...