Polish
This commit is contained in:
parent
14e168f2dc
commit
fd2c0cc982
|
|
@ -39,9 +39,12 @@ import org.springframework.core.annotation.AliasFor;
|
||||||
* XML element.
|
* XML element.
|
||||||
*
|
*
|
||||||
* <p>Annotated methods may have a non-{@code void} return type. When they
|
* <p>Annotated methods may have a non-{@code void} return type. When they
|
||||||
* do, the result of the method invocation is sent as a new event. It is
|
* do, the result of the method invocation is sent as a new event. If the
|
||||||
* also possible to define the order in which listeners for a certain event
|
* return type is either an array or a collection, each element is sent as
|
||||||
* are invoked. To do so, add a regular
|
* a new event.
|
||||||
|
*
|
||||||
|
* <p>It is also possible to define the order in which listeners for a
|
||||||
|
* certain event are invoked. To do so, add a regular
|
||||||
* {@link org.springframework.core.annotation.Order @Order} annotation
|
* {@link org.springframework.core.annotation.Order @Order} annotation
|
||||||
* alongside this annotation.
|
* alongside this annotation.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue