Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Last active October 6, 2019 14:01
Show Gist options
  • Save alex-ber/f2bcf04c3cb64b3bac6fa53331146c88 to your computer and use it in GitHub Desktop.
Save alex-ber/f2bcf04c3cb64b3bac6fa53331146c88 to your computer and use it in GitHub Desktop.
Currently executing method
public class SomeClass {
public void foo(){
class Local {};
String name = Local.class.getEnclosingMethod().getName();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment