1 2 3 4 5 6 7 8 9 10 11 12 13 14
<aspectj> <aspects> <aspect name="TestITD"/> <concrete-aspect name="ConcreteAspectWithITD" extends="AbstractSuperAspectWithInterface"> <pointcut name="scope" expression="!within(AbstractSuperAspectWithInterface+)"/> </concrete-aspect> </aspects> <weaver options="-verbose -debug -showWeaveInfo"> <!--<dump within="*"/>--> </weaver> </aspectj>