aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr125480/aop-tracing.xml
blob: e31e52caf67f47bf162933fa821e0b5d84b39b84 (plain)
1
2
3
4
5
6
7
8
9
10
<aspectj>
	<aspects>
        <concrete-aspect name="TraceHelloWorld" extends="ConcreteMethods">
        	<pointcut name="tracingScope" expression="within(*)"/>
        </concrete-aspect>
	</aspects>
    
    <weaver options="-verbose"/>
</aspectj>