Java lightweight AOP framework
A lightweight AOP framework based on Java Annotation Processing, Its principle is similar to that of Lombok
- 📦 Out of the box, compatible with any project
- 🚀 Based on Java Annotation Processing, high-performance
- ⚡️ Suitable for arbitrary modifiers methods, like private,protected,static etc..
please visit FastAop Guide.
$ mvn clean install
IDEA setting
setting->build->compiler->Shared build process VM options: -Djps.track.ap.dependencies=false
FastAop currently only supports Java 8, and does not support other versions at the moment. Later, it will gradually support and adapt to Java 9+