aboutsummaryrefslogtreecommitdiff
path: root/kamon-annotation/src/main/resources/META-INF/aop.xml
blob: 12e52dfb13baca4d254c4137aaa37c74a45f0b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">

<aspectj>
  <aspects>
      <aspect name="kamon.annotation.instrumentation.ClassToAnnotationInstrumentsMixin"/>
      <aspect name="kamon.annotation.instrumentation.AnnotationInstrumentation"/>
      <aspect name="kamon.annotation.instrumentation.StaticAnnotationInstrumentation"/>
  </aspects>
      <weaver options="-warn:none">
      <!--  exclude some commons packages -->
      <exclude within="org.apache.commons..*"/>
      <exclude within="org.apache.log4j..*"/>
      <exclude within="org.hibernate..*"/>
      <exclude within="org.springframework..*"/>
      <exclude within="com.google..*"/>
      <exclude within="*..*CGLIB*" />
  </weaver>
</aspectj>