Spring AOP + AspectJ Using AspectJ is more flexible and powerful. Spring AOP (Aspect-oriented programming) framework is used to modularize cross-cutting concerns in aspects. Put it simple, it's just an interceptor to intercept some processes, for exa…