You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classes that implement MethodInterceptor and that implement around advice should also implement the following interface: MethodInterceptor
Shorter, it says: "Classes that implement MethodInterceptor should implement MethodInterceptor". If I'm not missing anything, this sentence is confusing. If I do miss something, I think it must be explained a little more explicitly.