Browse Source

Merge pull request #28171 from izeye

* pr/28171:
  Add Javadoc since for GenericApplicationContext.refreshForAotProcessing()

Closes gh-28171
pull/28181/head
Stephane Nicoll 3 years ago
parent
commit
1b7892c559
  1. 1
      spring-context/src/main/java/org/springframework/context/support/GenericApplicationContext.java

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

@ -383,6 +383,7 @@ public class GenericApplicationContext extends AbstractApplicationContext implem @@ -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()) {

Loading…
Cancel
Save