aboutsummaryrefslogtreecommitdiff
path: root/kamon-annotation/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-annotation/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-annotation/src/main/resources/META-INF/aop.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/kamon-annotation/src/main/resources/META-INF/aop.xml b/kamon-annotation/src/main/resources/META-INF/aop.xml
new file mode 100644
index 00000000..b017e60e
--- /dev/null
+++ b/kamon-annotation/src/main/resources/META-INF/aop.xml
@@ -0,0 +1,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>