aboutsummaryrefslogtreecommitdiff
path: root/kamon-scala/src/main/resources/META-INF/aop.xml
blob: a1e98a9f5ebade86e05306f12895f6c0b51eea0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">

<aspectj>
  <aspects>

    <!-- Futures -->
    <aspect name="kamon.scala.instrumentation.FutureInstrumentation"/>
    <aspect name="kamon.scalaz.instrumentation.FutureInstrumentation"/>

  </aspects>

  <weaver>
    <include within="scala.concurrent..*"/>
    <include within="scalaz.concurrent..*"/>
  </weaver>

</aspectj>