1: package net.sf.mockcreator; 2: 3: public interface Dummy { 4: String toString(String foo); 5: 6: int afoo(String foo, int bar); 7: }