Given
class Foo { public static void aa() {} public static void bb(String x) {} }
The call:
Foo.class.getMethod("aa")
will return a reference to aa.
aa
What incantation is necessary to get a reference to bb?
bb
Aucun commentaire:
Enregistrer un commentaire