sbt plugin for weaving with aspectj. This plugin requires sbt 0.13.5+.
Add plugin to project/plugins.sbt
. For example:
addSbtPlugin("com.lightbend.sbt" % "sbt-aspectj" % "{version}")
See released versions.
Note: earlier versions of sbt-aspectj used the "com.typesafe.sbt"
organization.
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 Lightbend Contributor License Agreement online, using your GitHub account.
This code is open source software licensed under the Apache 2.0 License. Feel free to use it accordingly.