aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw/aop-defineaspect.xml
blob: f40bff2c453462cfc6767b6974c9668d6669997d (plain)
1
2
3
4
5
6
7
8
9
<aspectj>
	<aspects>
		<concrete-aspect name="ConcreteAspect" extends="AbstractSuperAspect">
			<pointcut name="scope" expression="within(Main)"/>
        </concrete-aspect>
	</aspects>
	<weaver options="-verbose"/>
</aspectj>