aboutsummaryrefslogblamecommitdiff
path: root/src/main/resources/META-INF/aop.xml
blob: 1413f424276acc2ddd0489783504f494e1ab2a6d (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">
       <dump within="*"/>
    </weaver>-->

    <aspects>

        <!--<aspect name="akka.ActorSystemAspect"/>
        &lt;!&ndash;<aspect name="akka.MailboxAspect"/>&ndash;&gt;-->
        <!--<aspect name="akka.PoolMonitorInstrumentation"/>-->
        <aspect name="akka.ActorInstrumentation" />
        <aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
        <aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
        <aspect name="kamon.instrumentation.RunnableInstrumentation" />

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

</aspectj>