您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

aop-pr149096.xml 248B

12345678910
  1. <aspectj>
  2. <weaver>
  3. <!--<dump within="*"/>-->
  4. </weaver>
  5. <aspects>
  6. <concrete-aspect name="TestTracing" extends="SimpleTracing">
  7. <pointcut name="scope" expression="within(TestMain)"/>
  8. </concrete-aspect>
  9. </aspects>
  10. </aspectj>