01: package experiments; 02: 03: /** 04: * An interface to use in testing com.reeltwo.jumble 05: * @author Tin Pavlinic 06: * @version $Revision: 496 $ 07: */ 08: public interface Interface { 09: void dummyMethod(); 10: }