aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/aop.xml
blob: b5e5072163884f11c6ab364fc0db9a3a0b6fe915 (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"/>
        <aspect name="akka.MailboxAspect"/>
        <aspect name="akka.PoolMonitorAspect"/>
        <aspect name="akka.ActorAspect"/>

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

</aspectj>