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 171B

123456789
  1. <?xml version="1.0"?>
  2. <aspectj>
  3. <weaver options="-verbose -showWeaveInfo"/>
  4. <aspects>
  5. <aspect name="demo.hello.tracing.HelloWorldTracing"/>
  6. </aspects>
  7. </aspectj>