001    /*
002    @license.text@
003     */
004    package biz.hammurapi.wrap;
005    
006    /**
007     * @author Pavel Vlasov
008     * @version $Revision: 1.1 $
009     */
010    public interface Wrappable {
011            Object getProxy() throws Throwable;
012    }