Fix and improve Javadoc in spring-aop

Closes gh-28803
This commit is contained in:
Marc Wrobel
2022-07-12 17:58:30 +02:00
committed by Sam Brannen
parent c112bb0ae1
commit c6be3b33c9
19 changed files with 31 additions and 31 deletions

View File

@@ -63,7 +63,7 @@ public interface Joinpoint {
/**
* Return the static part of this joinpoint.
* <p>The static part is an accessible object on which a chain of
* interceptors are installed.
* interceptors is installed.
*/
@Nonnull
AccessibleObject getStaticPart();