01: package org.mockejb.interceptor.test; 02: 03: class InterceptableTestClass { 04: 05: public String echo(String s) { 06: return s; 07: } 08: 09: /** 10: * The most simple method there is 11: */ 12: public void test() { 13: 14: } 15: 16: }