1 2 3 4 5 6 7 8 9 10 11
<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>