From 64132afba407eefdc7c1b216f78f9641bca444ce Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sun, 2 Oct 2022 23:52:31 +0900 Subject: [PATCH] Add Javadoc since for UseMainMethod See gh-32568 --- .../org/springframework/boot/test/context/SpringBootTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTest.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTest.java index 06e1ddfdef..9dd0551b95 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTest.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTest.java @@ -187,6 +187,7 @@ public @interface SpringBootTest { * Enumeration of how the main method of the * {@link SpringBootConfiguration @SpringBootConfiguration}-annotated class is used * when creating and running the {@link SpringApplication} under test. + * @since 3.0.0 */ enum UseMainMethod {