add Logging to various locations #11
@ -100,4 +100,8 @@ public final class ReflectionUtil {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String getFullMethodName(Method method) {
|
||||||
|
return method.getClass().getName() + "." + method.getName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user