META-INF.aop.xml Maven / Gradle / Ivy
<!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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy