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

<aspectj>

    <weaver options="-verbose -showWeaveInfo"/>

    <aspects>
        <!--<aspect name="akka.ActorSystemAspect"/>
        &lt;!&ndash;<aspect name="akka.MailboxAspect"/>&ndash;&gt;
        <aspect name="akka.PoolMonitorAspect"/>-->
        <aspect name="akka.instrumentation.ActorInstrumentation"/>

        <include within="*"/>
        <exclude within="javax.*"/>

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

</aspectj>