System.out.println("the caller is "
+ sun.reflect.Reflection.getCallerClass(0));
System.out.println("the caller is "
+sun.reflect.Reflection.getCallerClass(1));
System.out.println("the caller is "
+sun.reflect.Reflection.getCallerClass(2));
|