aboutsummaryrefslogtreecommitdiff
path: root/kamon-play/src/test/resources/META-INF/aop.xml
blob: 2888a31a7b000aab83de9ebd41a0f5e3f031e9e2 (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>
       <include within="play.api..*"/>
   </weaver>
</aspectj>