Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Combining call and execution pointcuts

Andy Clement wrote:
>
> ???aspect a {
>    pointcut a2CalledFromA1():
>     call(void A.a2()) && withincode(void A.a1());
> }

yes, that would seem to do the trick.
thank you.


marko




Back to the top