Fix Javadoc for AbstractApplicationContext.registerBeanPostProcessors()
Closes gh-22513
This commit is contained in:
parent
9302cb2f85
commit
fd5a7c2dcc
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue