Merge branch '5.1.x'

This commit is contained in:
Juergen Hoeller
2019-04-03 14:43:22 +02:00
3 changed files with 5 additions and 9 deletions

View File

@@ -433,7 +433,7 @@ public @interface Configuration {
* is registered as a traditional XML bean definition, the name/id of the bean
* element will take precedence.
* @return the explicit component name, if any (or empty String otherwise)
* @see org.springframework.beans.factory.support.DefaultBeanNameGenerator
* @see AnnotationBeanNameGenerator
*/
@AliasFor(annotation = Component.class)
String value() default "";