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-include.xml 177B

12345678910
  1. <aspectj>
  2. <weaver>
  3. <include within="pkg..* AND !pkg.sub..*"/>
  4. <dump within="pkg..* AND !pkg.sub..*"/>
  5. </weaver>
  6. <aspects>
  7. <aspect name="tracing.Tracer"/>
  8. </aspects>
  9. </aspectj>