1 2 3 4
aspect ConcreteSimpleTracing extends SimpleTracing { pointcut tracedCall(): execution(void doSomething(String)); }