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

<aspectj>
    <aspects>
        <!-- Actors -->
        <aspect name="akka.testkit.TestProbeTracing"/>
    </aspects>

    <weaver options="-verbose -showWeaveInfo">
        <include within="akka..*"/>
    </weaver>

</aspectj>