blob: 2fe76caa5987adf1c31cdc84ea8974e3c65b0b5b (
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 -debug"/>
</aspectj>
|