1: package net.sf.mockcreator.sub; 2: 3: /** 4: * This interface is to test generation of Mock in another package. 5: */ 6: public interface Sub { 7: void sub(); 8: }