aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr132080/aop-aroundclosure.xml
blob: 1a2113cd9b6150a41504ad0512c5d8fef181a875 (plain)
1
2
3
4
5
6
7
8
9
10
11
<aspectj>
	<aspects>
		<aspect name="TestAroundClosure"/>
	
		<concrete-aspect name="ConcreteAspectWithAroundClosure" extends="AbstractSuperAspect">
			<pointcut name="scope" expression="!within(AbstractSuperAspect+)"/>
        </concrete-aspect>
	</aspects>
	<weaver options="-verbose -debug -showWeaveInfo -XnoInline"/>
</aspectj>