We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7be6816 + 2a9a1f1 commit 1b7892cCopy full SHA for 1b7892c
spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java
@@ -383,6 +383,7 @@ public boolean isAlias(String beanName) {
383
* @throws BeansException if the bean factory could not be initialized
384
* @throws IllegalStateException if already initialized and multiple refresh
385
* attempts are not supported
386
+ * @since 6.0
387
*/
388
public void refreshForAotProcessing() {
389
if (logger.isDebugEnabled()) {
0 commit comments