All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.aop.xml Maven / Gradle / Ivy

<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">

<aspectj>
  <aspects>

    <!-- Futures -->
    <aspect name="kamon.scala.instrumentation.FutureInstrumentation"/>
    <aspect name="kamon.scalaz.instrumentation.FutureInstrumentation"/>

  </aspects>

  <weaver>
    <include within="scala.concurrent..*"/>
    <include within="scalaz.concurrent..*"/>
  </weaver>

</aspectj>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy