sbt / sbt-aspectj   0.11.0

GitHub

AspectJ sbt plugin

Scala versions: 2.12 2.10
sbt plugins: 1.0 0.13

sbt-aspectj

sbt plugin for weaving with aspectj. This plugin requires sbt 0.13.5+.

Build Status Download

Add plugin

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.

Sample projects

There are runnable sample projects included as sbt scripted tests.

Contribution policy

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.

License

This code is open source software licensed under the Apache 2.0 License. Feel free to use it accordingly.