Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] jenia - capture method

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


The new Internet Explorer® 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free!

Back to the top