Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:22
Show Gist options
  • Save ezhov-da/e6839da99551def1adaf46dc3ce03004 to your computer and use it in GitHub Desktop.
Save ezhov-da/e6839da99551def1adaf46dc3ce03004 to your computer and use it in GitHub Desktop.
java method name dynamic
[code:]JAVA[:code]String methodName = (new Throwable()).getStackTrace()[0].getMethodName();
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment