Skip to content

Instantly share code, notes, and snippets.

@olafleur
Created May 10, 2016 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olafleur/a3b9be732625e9a4307b0d4061944e32 to your computer and use it in GitHub Desktop.
Save olafleur/a3b9be732625e9a4307b0d4061944e32 to your computer and use it in GitHub Desktop.
Class c = Class.forName("TestsClass.java");
Method[] m = c.getDeclaredMethods();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment