blob: ba987f808b571652f1dba910c93061745b4ee253 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<aspectj>
<weaver>
<dump within="*"/>
</weaver>
<aspects>
<concrete-aspect name="TestTracing" extends="SimpleTracing">
<pointcut name="scope" expression="within(TestMain)"/>
</concrete-aspect>
</aspects>
</aspectj>
|