aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1610/pr324932/aop.xml
blob: 515c5b4744fb5021b03cd8f5ea131c224d8c4c19 (plain)
1
2
3
4
5
6
7
8
9
10
<aspectj>
	<aspects>
		<aspect name="X"/>
	</aspects>

	<weaver options="-Xset:targetRuntime1_6_10=true,fastWeaving=true,weaveJavaxPackages=true -XhasMember -XlazyTjp -Xreweavable">
		<include within="*"/>
	</weaver>
	
</aspectj>