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