aboutsummaryrefslogblamecommitdiff
path: root/src/main/resources/META-INF/aop.xml
blob: b5e78683f8949a24ab71f61c4285a9868dab8fd3 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                               
                                               

             
                                               
                                                  
                                               
                                                









                                         
<!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>