You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aop-dumpproxy.xml 270B

123456789101112
  1. <?xml version="1.0"?>
  2. <aspectj>
  3. <aspects>
  4. <aspect name="ataspectj.EmptyAspect"/>
  5. </aspects>
  6. <weaver>
  7. <dump within="*..*Proxy*" beforeandafter="true"/>
  8. <!--
  9. <dump within="*Proxy*" beforeandafter="true"/>
  10. -->
  11. </weaver>
  12. </aspectj>