1 2 3 4 5
package trace; public aspect HardTraceNothing extends MegaTrace { pointcut where(): call(public * frotz(..)); }