[aspectc-user] How can I do something before of this

Fabian Scheler fabian.scheler at gmail.com
Tue Aug 8 07:28:27 CEST 2006


Hello,

>     pointcut calls() =
>         call("% %::%(...)");

the pointcut expression is wrong, try this one:

pointcut calls() = call("% ...::%(...)");

Ciao, Fabian



More information about the aspectc-user mailing list