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.

aop1.xml 242B

1234567891011
  1. <aspectj>
  2. <aspects>
  3. <aspect name="AddAnnotation"/>
  4. <aspect name="MakeItd"/>
  5. <aspect name="InterceptTraceds"/>
  6. </aspects>
  7. <weaver options="-showWeaveInfo -verbose">
  8. <dump within="*" beforeandafter="true"/>
  9. </weaver>
  10. </aspectj>