Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Nov 19, 2019
1 parent 06b1f31 commit fd6efb9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -238,10 +238,10 @@ public <T> void registerBean(Class<T> beanClass, @Nullable String name, @Nullabl
* class-declared annotations.
* @param beanClass the class of the bean
* @param name an explicit name for the bean
* @param supplier a callback for creating an instance of the bean
* (may be {@code null})
* @param qualifiers specific qualifier annotations to consider, if any,
* in addition to qualifiers at the bean class level
* @param supplier a callback for creating an instance of the bean
* (may be {@code null})
* @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
Expand Down

0 comments on commit fd6efb9

Please sign in to comment.