Merge pull request #28171 from izeye

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

Closes gh-28171
This commit is contained in:
Stephane Nicoll
2022-03-12 11:42:49 +01:00

View File

@@ -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()) {