Skip to content

Commit 241b8b4

Browse files
committed
Clarify requirements for AOP around advice regarding MethodInterceptor
Closes gh-33901
1 parent 173084f commit 241b8b4

File tree

1 file changed

+3
-3
lines changed
  • framework-docs/modules/ROOT/pages/core/aop-api

1 file changed

+3
-3
lines changed

framework-docs/modules/ROOT/pages/core/aop-api/advice.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ arbitrary advice types. This section describes the basic concepts and standard a
3535

3636
The most fundamental advice type in Spring is _interception around advice_.
3737

38-
Spring is compliant with the AOP `Alliance` interface for around advice that uses method
39-
interception. Classes that implement `MethodInterceptor` and that implement around advice should also implement the
40-
following interface:
38+
Spring is compliant with the AOP Alliance interface for around advice that uses method
39+
interception. Classes that implement around advice should therefore implement the
40+
following `MethodInterceptor` interface from the `org.aopalliance.intercept` package:
4141

4242
[source,java,indent=0,subs="verbatim,quotes"]
4343
----

0 commit comments

Comments
 (0)