From a78701cc4b7cb66be91ebee4fa9764e753dacd68 Mon Sep 17 00:00:00 2001 From: heqiang <531364804@qq.com> Date: Thu, 18 Feb 2021 19:54:15 +0800 Subject: [PATCH] Fix Javadoc link in DynamicIntroductionAdvice Closes gh-26568 --- .../java/org/springframework/aop/DynamicIntroductionAdvice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java b/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java index 08c704857f7..f4b3b294de6 100644 --- a/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java +++ b/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java @@ -26,7 +26,7 @@ import org.aopalliance.aop.Advice; *

Introductions are often mixins, enabling the building of composite * objects that can achieve many of the goals of multiple inheritance in Java. * - *

Compared to {qlink IntroductionInfo}, this interface allows an advice to + *

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.