AspectJ Maven Tempate
I’ve been pretty busy with a new job recently. I’ve not been able to find a complete Maven+AspectJ template on the Internet, I though I’d quickly knock one up and pop it on Github. It contains:
- pom.xml with necessary dependencies and plugins
- an aspect
- a class that aspect advises
- a test to ensure the aspect is correctly applied
https://github.com/alexec/aspectj-example
Enjoy.