package io.trygvis.container.tx; public interface Tx { void rollback(); }