Add Javadoc since to AbstractApplicationContextRunner.prepare()

See gh-31454
This commit is contained in:
Johnny Lim 2022-06-19 12:00:34 +09:00 committed by Stephane Nicoll
parent 6988d5559a
commit c3f1b4f595

View File

@ -349,6 +349,7 @@ public abstract class AbstractApplicationContextRunner<SELF extends AbstractAppl
* consumed context.
* @param consumer the consumer of the created {@link ApplicationContext}
* @return this instance
* @since 3.0.0
*/
@SuppressWarnings("unchecked")
public SELF prepare(ContextConsumer<? super A> consumer) {