1 package sample.more;2 3 /**4 * @mock:generate5 */6 public interface AnotherVoidMethod extends OneVoidMethod {7 void childMethod();8 }