class Main { void foo() { Test.class.getMethod(""); } } class Test { public void method(){} }