1: package org.mockejb.interceptor.test; 2: 3: public interface TestIface { 4: 5: String echo(String s); 6: 7: void test(); 8: 9: }