aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tracing/aop-tracemessages.xml
blob: 4f5e36a5a9b12b3960b52fa0d39ce6f4d9b99bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<aspectj>
	<aspects>
		<aspect name="IncludedAspect"/>
		<aspect name="ExcludedAspect"/>
		
        <concrete-aspect name="IncludedMissingAspect" extends="MissingAbstractAspect">
        	<pointcut name="pointcut" expression="within(*)"/>
        </concrete-aspect>
		
		<include within="Included*"/>
	</aspects>
    <weaver options="-Xlint:warning"/>
</aspectj>