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

<aspectj>
    <weaver options="-verbose -showWeaveInfo -nowarn"/>
    <aspects>

        <!--<aspect name="akka.ActorSystemAspect"/>
        &lt;!&ndash;<aspect name="akka.MailboxAspect"/>&ndash;&gt;
        <aspect name="akka.PoolMonitorAspect"/>-->
        <aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
        <aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
        <aspect name="kamon.instrumentation.PromiseInstrumentation"/>
        <aspect name="kamon.instrumentation.PromiseCompletingRunnableInstrumentation" />

        <include within="*"/>
        <exclude within="javax..*"/>
        <exclude within="org.aspectj..*"/>
        <exclude within="scala..*"/>
        <exclude within="scalaz..*"/>
        <exclude within="scalad..*"/>
        <exclude within="play..*"/>
    </aspects>

</aspectj>