blob: 8b15846994bc8b9882b8a298ed66e4c1a41d5cd7 (
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>
|