aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-annotation-example/java/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-examples/kamon-annotation-example/java/src/main/resources/META-INF/aop.xml')
-rw-r--r--kamon-examples/kamon-annotation-example/java/src/main/resources/META-INF/aop.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/kamon-examples/kamon-annotation-example/java/src/main/resources/META-INF/aop.xml b/kamon-examples/kamon-annotation-example/java/src/main/resources/META-INF/aop.xml
deleted file mode 100644
index 9b144860..00000000
--- a/kamon-examples/kamon-annotation-example/java/src/main/resources/META-INF/aop.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
-
-<aspectj>
- <weaver options="-Xlint:ignore">
- <include within="kamon..*"/>
- <exclude within="org.aspectj.*"/>
- </weaver>
-</aspectj>