From 2a9a1f1c3a6844012350a0bb76d53667a5d052a9 Mon Sep 17 00:00:00 2001 From: izeye Date: Sat, 12 Mar 2022 16:59:10 +0900 Subject: [PATCH] Add Javadoc since for GenericApplicationContext.refreshForAotProcessing() See gh-28171 --- .../context/support/GenericApplicationContext.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java b/spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java index 50a7582ff2..0283e11e48 100644 --- a/spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java +++ b/spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java @@ -383,6 +383,7 @@ public class GenericApplicationContext extends AbstractApplicationContext implem * @throws BeansException if the bean factory could not be initialized * @throws IllegalStateException if already initialized and multiple refresh * attempts are not supported + * @since 6.0 */ public void refreshForAotProcessing() { if (logger.isDebugEnabled()) {