org.aspectj/tests/bugs154/pr166647/aop1.xml
2007-12-18 15:46:04 +00:00

11 lines
316 B
XML

<aspectj>
<aspects>
<concrete-aspect name="x.Aspect2" extends="x.Aspect">
<pointcut name="scope" expression="within(*)"/>
</concrete-aspect>
</aspects>
<!-- weaver options="-verbose -showWeaveInfo -debug"-->
<weaver options="-verbose -debug">
<include within="a..*"/>
</weaver>
</aspectj>