Fix link in @EventListener's id Javadoc

This commit is contained in:
Sam Brannen
2021-05-16 15:08:33 +02:00
parent 261927b72a
commit 1acd832759

View File

@@ -133,7 +133,7 @@ public @interface EventListener {
* An optional identifier for the listener, defaulting to the fully-qualified
* signature of the declaring method (e.g. "mypackage.MyClass.myMethod()").
* @since 5.3.5
* @see org.springframework.context.ApplicationListener#getListenerId()
* @see SmartApplicationListener#getListenerId()
* @see ApplicationEventMulticaster#removeApplicationListeners(Predicate)
*/
String id() default "";