1 2 3
aspect TraceCalls extends Trace { pointcut targets(): Pcds.withinMe() && (call(* *(..)) || call(new(..))); }