We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947387b commit a78701cCopy full SHA for a78701c
spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java
@@ -26,7 +26,7 @@
26
* <p>Introductions are often <b>mixins</b>, enabling the building of composite
27
* objects that can achieve many of the goals of multiple inheritance in Java.
28
*
29
- * <p>Compared to {qlink IntroductionInfo}, this interface allows an advice to
+ * <p>Compared to {@link IntroductionInfo}, this interface allows an advice to
30
* implement a range of interfaces that is not necessarily known in advance.
31
* Thus an {@link IntroductionAdvisor} can be used to specify which interfaces
32
* will be exposed in an advised object.
0 commit comments