The invoker needs to have been prepared before.
@return the object (possibly null) returned by the method invocation,or null if the method has a void return type
@throws InvocationTargetException if the target method threw an exception
@throws IllegalAccessException if the target method couldn't be accessed
@see #prepare
| |
| |
| |
| |
| |