[aspectwerkz-user] getting all methods args
Markus Kohler <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Is it possible to get *all* args of an intercepted method ? The documentaion seems to say that the parameters have to be specified for the args () pointcut designator. What I would like to do, is just get all parameters in an untyped Array or List, comparable to what a dynamic proxy in Java offers. Is there any way to achieve this in aspectwerkz 2.0 ? Regards, Markus