diff --git a/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java b/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java index 7b08f832be69..6e3bf1db984f 100644 --- a/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java +++ b/spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java @@ -54,7 +54,7 @@ * an exception, the exception will not propagate to the underlying testing framework. * For further details on asynchronous exception handling, consult the class-level * Javadoc for {@link org.springframework.context.event.EventListener @EventListener}. - * + * *

Asynchronous Listeners

*

If you want a particular test event listener to process events asynchronously, * you can use Spring's {@link org.springframework.scheduling.annotation.Async @Async}