aboutsummaryrefslogtreecommitdiff
path: root/kamon-play/src/test/resources/META-INF/aop.xml
blob: 63cbe8a9897a7921cbdf7ff244ef6244dfb7f9e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">

<aspectj>
  <aspects>
    <aspect name="kamon.play.instrumentation.FakeRequestIntrumentation"/>
  </aspects>

   <weaver options="-verbose -showWeaveInfo">
       <include within="play.api..*"/>
   </weaver>
</aspectj>