We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e03117c + 472c401 commit eb59d91Copy full SHA for eb59d91
spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionReader.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2021 the original author or authors.
+ * Copyright 2002-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -30,10 +30,6 @@
30
* load and register methods for bean definitions, specific to
31
* their bean definition format.
32
33
- * <p>Note that a bean definition reader does not have to implement
34
- * this interface. It only serves as a suggestion for bean definition
35
- * readers that want to follow standard naming conventions.
36
- *
37
* @author Juergen Hoeller
38
* @since 1.1
39
* @see org.springframework.core.io.Resource
0 commit comments