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

    <!-- Notify that AspectJ is present -->
    <aspect name="kamon.supervisor.AspectJPresent"/>

  </aspects>

  <weaver>
    <include within="kamon..*"/>
  </weaver>

</aspectj>