javadoc forward merge from 1.0.x

This commit is contained in:
Keith Donald
2007-06-14 04:39:31 +00:00
parent 3110e14dd6
commit 50ed92ee68

View File

@@ -517,10 +517,9 @@ public class XmlFlowBuilder extends BaseFlowBuilder implements ResourceHolder {
* Register beans in the bean factory local to the flow definition being built.
* <p>
* Subclasses may override this metod to customize the population of the bean factory local to
* the flow definition being built, registering mock implementations of services for a test environment.
* the flow definition being built; for example, to register mock implementations of services in a test environment.
* @param flow the current flow definition being built
* @param beanFactory the bean factory
* @since 1.0.4
* @param beanFactory the bean factory; register local beans with it using {@link ConfigurableBeanFactory#registerSingleton(String, Object)}
*/
protected void registerLocalBeans(Flow flow, ConfigurableBeanFactory beanFactory) {
}