Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Holy committed Apr 8, 2011
1 parent 791ea03 commit 5dca391
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/iterate/jz2011/codeinjection/aspectj/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
/**
* Run the AspectJ example - adding parameter logging upon failure to
* a 3rd party class/method.
*
* @author jholy
* <p>
* Run as follows:
* {@code java "-javaagent:target/aspectj/aspectjweaver.jar" -classpath "target/classes:/path/to/aspectjrt-1.6.10.jar" iterate.jz2011.codeinjection.aspectj.Main}
*
*/
public class Main {
Expand Down

0 comments on commit 5dca391

Please sign in to comment.