Is there a way to get the name of the currently executing method in Java?
MethodHandles.lookup().lookupClass().getEnclosingMethod().getName();