summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr116626/aop.xml
blob: 93ca6dd434ce47cd139681070f729ff4a2fe2253 (plain)
1
2
3
4
5
6
7
8
9
<aspectj>
	<aspects>
		<aspect name="com.foo.bar.TestAspect"/>
	</aspects>

	<weaver options="-verbose -XlazyTjp -showWeaveInfo">
		<include within="com.foo.*"/>
	</weaver>
</aspectj>