aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-04-21 22:14:51 -0300
committerDiego <diegolparra@gmail.com>2015-04-21 22:14:51 -0300
commit7e46b45a0f585764148a66b09041dbed2172ff80 (patch)
treef8ec0510ae61cda1c9accda46f23b42efd6b26e2
parenta2840a7020df81056a656d3e88be223f7af62ac6 (diff)
downloadKamon-7e46b45a0f585764148a66b09041dbed2172ff80.tar.gz
Kamon-7e46b45a0f585764148a66b09041dbed2172ff80.tar.bz2
Kamon-7e46b45a0f585764148a66b09041dbed2172ff80.zip
= annotation: include all packages
-rw-r--r--kamon-annotation/src/main/resources/META-INF/aop.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kamon-annotation/src/main/resources/META-INF/aop.xml b/kamon-annotation/src/main/resources/META-INF/aop.xml
index b017e60e..ddf9a0c8 100644
--- a/kamon-annotation/src/main/resources/META-INF/aop.xml
+++ b/kamon-annotation/src/main/resources/META-INF/aop.xml
@@ -6,7 +6,9 @@
<aspect name="kamon.annotation.instrumentation.AnnotationInstrumentation"/>
<aspect name="kamon.annotation.instrumentation.StaticAnnotationInstrumentation"/>
</aspects>
- <weaver options="-warn:none">
+ <weaver options="-warn:none">
+ <!-- include all -->
+ <include within="*"/>
<!-- exclude some commons packages -->
<exclude within="org.apache.commons..*"/>
<exclude within="org.apache.log4j..*"/>