I want to capture the method for which the joinpoint is executed.

pointcut anymethod(method m):call(* * *.*(..))&&target(m)
But this doesnt work ofcourse.
So my question is: how can I capture the method?
Thank you for your kind concern.
Jenia



      __________________________________________________________________
Get a sneak peak at messages with a handy reading pane with All new Yahoo! 
Mail: http://ca.promos.yahoo.com/newmail/overview2/
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to