Introduction to the

FastAop is a lightweight AOP framework based on Java Annotation Processing. Similar to Lombok, FastAop supports the wrap cut pattern, making it very easy to use

features

  • 📦 out of the box, suitable for any project
  • 🚀 Is based on Java Annotation Processing with no performance cost at runtime
  • ⚡️ is compatible with private, protected, static and other modifiers

use

  • FastAop tutorial

  • Github

Ask for a star, welcome everyone to issue, exchange ~