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

  </aspects>

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

</aspectj>