diff --git a/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java b/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java index 8eb384abdb..ebd546dc54 100644 --- a/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java +++ b/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java @@ -129,6 +129,7 @@ public class TestContextManager { *

Delegates to the supplied {@code TestContextBootstrapper} for building * the {@code TestContext} and retrieving the {@code TestExecutionListeners}. * @param testContextBootstrapper the bootstrapper to use + * @since 4.2 * @see TestContextBootstrapper#buildTestContext * @see TestContextBootstrapper#getTestExecutionListeners * @see #registerTestExecutionListeners