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