summaryrefslogtreecommitdiffstats
path: root/tests/jsrc/TraceInstance.java
blob: 3a30e94bfdc575cb6cfec678e24242f130f97751 (plain)
1
2
3
aspect TraceAll extends Trace {
    pointcut targets(): receptions(!native * *(..)) && (instanceof(java..* || javax..*));
}