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-exclude.xml 137B

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