package reflection.targets; public abstract class GetMethodClass implements GetMethodInterface { public void im1(int a, String b) { } public boolean sim2(int a, String b) { return false; } }