Javadocs.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1630277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-09 04:37:38 +00:00
parent ab570625ff
commit 0d3d31972b
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ public static Object invokeExactMethod(final Object object, final String methodN
*
* @param object invoke method on this object
* @param methodName get method with this name
* @param args use these arguments - treat null as empty array
* @return The value returned by the invoked method
*
* @throws NoSuchMethodException if there is no such accessible method