[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Re: call vs execution

Hi Mouna,

Have a look at the AspectJ documentation on pointcuts and see if that answers your question - it has a section on call vs. execution. http://www.eclipse.org/aspectj/doc/released/progguide/language-joinPoints.html

Sian

Mouna wrote:
Hello everyone, I have a question (may be a reddiculous one but I need to know :) )
What is the difference between writing a pointcut with a "call (method)" or an "execution (method)"? To execute a method, we'll need to call it!
I can't see the diffence...
Thanks for advance.
Mouna