diff --git a/spring-test/src/main/java/org/springframework/test/context/TestExecutionListener.java b/spring-test/src/main/java/org/springframework/test/context/TestExecutionListener.java
index 6274ffd6fc..07b84172f1 100644
--- a/spring-test/src/main/java/org/springframework/test/context/TestExecutionListener.java
+++ b/spring-test/src/main/java/org/springframework/test/context/TestExecutionListener.java
@@ -33,6 +33,8 @@ package org.springframework.test.context;
*
* - {@link org.springframework.test.context.web.ServletTestExecutionListener
* ServletTestExecutionListener}
+ * - {@link org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
+ * DirtiesContextBeforeModesTestExecutionListener}
* - {@link org.springframework.test.context.support.DependencyInjectionTestExecutionListener
* DependencyInjectionTestExecutionListener}
* - {@link org.springframework.test.context.support.DirtiesContextTestExecutionListener