summaryrefslogtreecommitdiffstats
path: root/tests/other-systems/util/TraceSets.java
blob: 69d1e873bb9a1672819d693539710bdb0d45c3da (plain)
1
2
3
aspect TraceSets extends Trace {
    pointcut targets(): Pcds.withinMe() && set(* *..*.*);
}