Polish Javadoc in @EventListener
This commit is contained in:
parent
72f0ac7e5b
commit
2e41c2e23d
|
@ -52,9 +52,10 @@ import org.springframework.core.annotation.AliasFor;
|
||||||
* {@link org.springframework.core.annotation.Order @Order} annotation
|
* {@link org.springframework.core.annotation.Order @Order} annotation
|
||||||
* alongside this annotation.
|
* alongside this annotation.
|
||||||
*
|
*
|
||||||
* <p>While it is possible to define any arbitrary exception types, checked
|
* <p>While it is possible for an event listener to declare that it throws
|
||||||
* exceptions will be wrapped in a {@link java.lang.reflect.UndeclaredThrowableException}
|
* arbitrary exception types, any checked exceptions thrown from an event
|
||||||
* so that the caller only handles runtime exceptions.
|
* listener will be wrapped in a {@link java.lang.reflect.UndeclaredThrowableException}
|
||||||
|
* since the caller can only handle runtime exceptions.
|
||||||
*
|
*
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
* @since 4.2
|
* @since 4.2
|
||||||
|
|
Loading…
Reference in New Issue