return fMethod;
}
public Object invokeExplosively(final Object target, final Object... params)
throws Throwable {
return new ReflectiveCallable() {
@Override
protected Object runReflectiveCall() throws Throwable {
if (!Modifier.isPublic(fMethod.getModifiers())) {
fMethod.setAccessible(true);
}