Skip to content

sbt/sbt-aspectj

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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.