Add Javadoc since for UseMainMethod

See gh-32568
This commit is contained in:
Johnny Lim 2022-10-02 23:52:31 +09:00 committed by Andy Wilkinson
parent 98dbabda08
commit 64132afba4
1 changed files with 1 additions and 0 deletions

View File

@ -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 {