The following page: https://docs.spring.io/spring-framework/reference/core/aop-api/advice.html has a weird sentence:

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.

Comment From: sbrannen

Good catch! 👍

This has been revised in 241b8b48f292d464e07dcfef5aa0d832b557ddf5 (see also: 173084f81aa56a2cf34efda3e449ffb40b1578bc).