Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Polishing javadoc of AnnotatedBeanDefinitionReader
It should link `doRegisterBean(Class<T> beanClass, String name, Class<? extends Annotation>[] qualifiers, Supplier<T> supplier, BeanDefinitionCustomizer[] customizers)` instead of `registerBean(Class, String, Class...)` but it is private, to make things more simple I'd like to remove it instead of linking all variants of `registerBean()`.
- Loading branch information