From 472c4012cababf092fa7091f479f58c70635096c Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Tue, 27 May 2025 11:32:05 +0200 Subject: [PATCH] Remove obsolete note from Javadoc for BeanDefinitionReader --- .../beans/factory/support/BeanDefinitionReader.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java b/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java index 8441abbc766..a49ad4e922f 100644 --- a/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java +++ b/spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,10 +29,6 @@ import org.springframework.lang.Nullable; * load and register methods for bean definitions, specific to * their bean definition format. * - *
Note that a bean definition reader does not have to implement - * this interface. It only serves as a suggestion for bean definition - * readers that want to follow standard naming conventions. - * * @author Juergen Hoeller * @since 1.1 * @see org.springframework.core.io.Resource