Add Javadoc since for GenericApplicationContext.refreshForAotProcessing()

See gh-28171
This commit is contained in:
izeye
2022-03-12 16:59:10 +09:00
committed by Stephane Nicoll
parent 7be6816129
commit 2a9a1f1c3a

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