Browse Source

Fix Javadoc link in DynamicIntroductionAdvice

Closes gh-26568
pull/26569/head
heqiang 5 years ago committed by GitHub
parent
commit
a78701cc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java

2
spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java

@ -26,7 +26,7 @@ import org.aopalliance.aop.Advice; @@ -26,7 +26,7 @@ import org.aopalliance.aop.Advice;
* <p>Introductions are often <b>mixins</b>, enabling the building of composite
* objects that can achieve many of the goals of multiple inheritance in Java.
*
* <p>Compared to {qlink IntroductionInfo}, this interface allows an advice to
* <p>Compared to {@link IntroductionInfo}, this interface allows an advice to
* implement a range of interfaces that is not necessarily known in advance.
* Thus an {@link IntroductionAdvisor} can be used to specify which interfaces
* will be exposed in an advised object.

Loading…
Cancel
Save