Skip to content

Commit 1b7892c

Browse files
committed
Merge pull request #28171 from izeye
* pr/28171: Add Javadoc since for GenericApplicationContext.refreshForAotProcessing() Closes gh-28171
2 parents 7be6816 + 2a9a1f1 commit 1b7892c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ public boolean isAlias(String beanName) {
383383
* @throws BeansException if the bean factory could not be initialized
384384
* @throws IllegalStateException if already initialized and multiple refresh
385385
* attempts are not supported
386+
* @since 6.0
386387
*/
387388
public void refreshForAotProcessing() {
388389
if (logger.isDebugEnabled()) {

0 commit comments

Comments
 (0)