package reflection.targets; /** * Used by ClassGetMethodsTest * @author kdvolder */ public interface GetMethodSubInterface extends GetMethodInterface { void sim1(int a, String b); boolean sim2(int a, String b); }