aboutsummaryrefslogblamecommitdiff
path: root/src/main/resources/META-INF/aop.xml
blob: bd67064de80c5983d6d72b9d95c0b03a130140f4 (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>
    <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>