Polishing

This commit is contained in:
Juergen Hoeller
2018-09-19 23:05:40 +02:00
parent 7481d73456
commit b6b880ce27
4 changed files with 22 additions and 13 deletions

View File

@@ -381,8 +381,8 @@ public class GenericApplicationContext extends AbstractApplicationContext implem
* @param beanName the name of the bean (may be {@code null})
* @param beanClass the class of the bean (resolving a public constructor
* to be autowired, possibly simply the default constructor)
* @param customizers one or more callbacks for customizing the
* factory's {@link BeanDefinition}, e.g. setting a lazy-init or primary flag
* @param customizers one or more callbacks for customizing the factory's
* {@link BeanDefinition}, e.g. setting a lazy-init or primary flag
* @since 5.0
* @see #registerBean(String, Class, Supplier, BeanDefinitionCustomizer...)
*/