Hi,

you can modify the argument array directly.

Object[] args = methodInvocation.getArguments();
args[0] = "Modified";
return methodInvocation.proceed();

Cheers
Alen

On 21 jul., 09:46, Saeed Zarinfam <[email protected]> wrote:
> Hi
> I want to modify method parameters in method interceptor and then
> continue the proceed to the method.
>
> please help me.

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to