Browse Source

Fix link in @EventListener's `id` Javadoc

pull/26951/head
Sam Brannen 4 years ago
parent
commit
1acd832759
  1. 2
      spring-context/src/main/java/org/springframework/context/event/EventListener.java

2
spring-context/src/main/java/org/springframework/context/event/EventListener.java

@ -133,7 +133,7 @@ public @interface EventListener { @@ -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 "";

Loading…
Cancel
Save