blob: afdac0f49f8e98a067eeb66512a6505dc24cfe86 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<aspectj>
<weaver>
<include within="pkg..* AND !pkg.sub..*"/>
<dump within="pkg..* AND !pkg.sub..*"/>
</weaver>
<aspects>
<aspect name="tracing.Tracer"/>
</aspects>
</aspectj>
|