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.xml 276B

12345678910
  1. <!DOCTYPE aspectj PUBLIC
  2. "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
  3. <aspectj>
  4. <weaver options="-debug">
  5. <include within="foo.bar..*" />
  6. </weaver>
  7. <aspects>
  8. <aspect name="foo.bar.BarAspect"/>
  9. </aspects>
  10. </aspectj>