Skip to content

Commit 472c401

Browse files
committed
Remove obsolete note from Javadoc for BeanDefinitionReader
1 parent 90be94a commit 472c401

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -29,10 +29,6 @@
2929
* load and register methods for bean definitions, specific to
3030
* their bean definition format.
3131
*
32-
* <p>Note that a bean definition reader does not have to implement
33-
* this interface. It only serves as a suggestion for bean definition
34-
* readers that want to follow standard naming conventions.
35-
*
3632
* @author Juergen Hoeller
3733
* @since 1.1
3834
* @see org.springframework.core.io.Resource

0 commit comments

Comments
 (0)