sbt plugin for weaving with aspectj. This plugin requires sbt 0.12 or 0.13.
Add plugin to project/plugins.sbt
. For example:
addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.10.1")
There are runnable sample projects included as sbt scripted tests.
Contributions via GitHub pull requests are gladly accepted from their original author. Before we can accept pull requests, you will need to agree to the Typesafe Contributor License Agreement online, using your GitHub account.
This code is open source software licensed under the [Apache 2.0 License] apache. Feel free to use it accordingly.