Interceptors vs Aspects in Spring?
In Spring there are two different constructs that get called “interceptors”. First, there are Handler Interceptors, which are part of the Spring MVC framework, and allow you to add interceptor logic to web requests. I suspect this is what you meant when you said “interceptors” Then you have Method Interceptors, which are part of the … Read more