aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr132080/aop-itd.xml
blob: 9f5c0b408f0aff50842c526ca4004455721ebbe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<aspectj>
	<aspects>
		<aspect name="TestITD"/>
	
		<concrete-aspect name="ConcreteAspectWithITD" extends="AbstractSuperAspectWithInterface">
			<pointcut name="scope" expression="!within(AbstractSuperAspectWithInterface+)"/>
        </concrete-aspect>
	</aspects>
	
	<weaver options="-verbose -debug -showWeaveInfo">
		<!--<dump within="*"/>-->
	</weaver>
</aspectj>