The desire to create this blog to share my knowledge to others.
String methodName = new Object(){}.getClass().getEnclosingMethod().getName();(OR) String methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
String methodName = new Object(){}.getClass().getEnclosingMethod().getName();
(OR)
String methodName = Thread.currentThread().getStackTrace()[1].getMethodName();
No comments:
Post a Comment