/** * */ package ro.bmocanu.trafficproxy.base; /** * * * @author mocanu */ public interface Disposable { public void dispose() throws Exception; }