Fix Javadoc for AbstractApplicationContext.registerBeanPostProcessors()
Closes gh-22513
This commit is contained in:
@@ -713,7 +713,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
|
||||
}
|
||||
|
||||
/**
|
||||
* Instantiate and invoke all registered BeanPostProcessor beans,
|
||||
* Instantiate and register all BeanPostProcessor beans,
|
||||
* respecting explicit order if given.
|
||||
* <p>Must be called before any instantiation of application beans.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user