Skip to content

Commit

Permalink
Polishing javadoc of AnnotatedBeanDefinitionReader
Browse files Browse the repository at this point in the history
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
quaff committed Apr 1, 2024
1 parent d360def commit 12ff9c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public final BeanDefinitionRegistry getRegistry() {
* Set the {@code Environment} to use when evaluating whether
* {@link Conditional @Conditional}-annotated component classes should be registered.
* <p>The default is a {@link StandardEnvironment}.
* @see #registerBean(Class, String, Class...)
*/
public void setEnvironment(Environment environment) {
this.conditionEvaluator = new ConditionEvaluator(this.registry, environment, null);
Expand Down

0 comments on commit 12ff9c1

Please sign in to comment.