Merge branch '5.2.x'

This commit is contained in:
Sam Brannen
2020-06-05 15:35:05 +02:00
8 changed files with 127 additions and 47 deletions

View File

@@ -27,9 +27,9 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* Interceptor to wrap am {@link org.springframework.aop.MethodBeforeAdvice}.
* Used internally by the AOP framework; application developers should not need
* to use this class directly.
* Interceptor to wrap a {@link MethodBeforeAdvice}.
* <p>Used internally by the AOP framework; application developers should not
* need to use this class directly.
*
* @author Rod Johnson
* @see AfterReturningAdviceInterceptor