aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw/inclExcl/aop-exclude.xml
blob: b13fcf099e0b2262c52277d8387726e269c7f10f (plain)
1
2
3
4
5
6
7
8
9
<aspectj>
<weaver>
<exclude within="pkg..* AND !pkg.sub..*"/>
</weaver>
<aspects>
<aspect name="tracing.Tracer"/>
</aspects>
</aspectj>