This project is a simple example on how to apply AspectJ classes to a Java project
Just clone this repository and run a maven build:
mvn package
After the build is complete, a single jar, with all the dependencies will be generated at the target folder.
All you have to do is execute the jar, using java -jar
java -jar target/aspectj-test-service.jar
All the weaving is done at class loading time
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.