aboutsummaryrefslogtreecommitdiff
path: root/kamon-annotation/src
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-06-04 20:31:47 -0300
committerDiego <diegolparra@gmail.com>2015-08-09 21:03:23 -0300
commitd4c063e790af5bc0a58dea7f04fd2df59b3414f1 (patch)
treec530c048af5ef16c8a29085b50e0083a627cf761 /kamon-annotation/src
parent534bfeb5ab09a6db8784f1ba5b147836bb465158 (diff)
downloadKamon-d4c063e790af5bc0a58dea7f04fd2df59b3414f1.tar.gz
Kamon-d4c063e790af5bc0a58dea7f04fd2df59b3414f1.tar.bz2
Kamon-d4c063e790af5bc0a58dea7f04fd2df59b3414f1.zip
! play: first step in play 2.4.x integration
Diffstat (limited to 'kamon-annotation/src')
-rw-r--r--kamon-annotation/src/main/resources/META-INF/aop.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/kamon-annotation/src/main/resources/META-INF/aop.xml b/kamon-annotation/src/main/resources/META-INF/aop.xml
index ddf9a0c8..12e52dfb 100644
--- a/kamon-annotation/src/main/resources/META-INF/aop.xml
+++ b/kamon-annotation/src/main/resources/META-INF/aop.xml
@@ -7,8 +7,6 @@
<aspect name="kamon.annotation.instrumentation.StaticAnnotationInstrumentation"/>
</aspects>
<weaver options="-warn:none">
- <!-- include all -->
- <include within="*"/>
<!-- exclude some commons packages -->
<exclude within="org.apache.commons..*"/>
<exclude within="org.apache.log4j..*"/>