Fix Javadoc formatting in AnnotationBeanConfigurerAspect

This commit is contained in:
Sam Brannen
2017-08-28 15:45:09 +02:00
parent 4e81ee5fdf
commit 3f2e27f24f

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2014 the original author or authors.
* Copyright 2002-2017 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.
@@ -32,8 +32,8 @@ import org.springframework.beans.factory.wiring.BeanConfigurerSupport;
* Concrete aspect that uses the {@link Configurable} annotation to identify
* which classes need autowiring.
*
* <p>The bean name to look up will be taken from the {@code &#64;Configurable}
* annotation if specified, otherwise the default bean name to look up will be
* <p>The bean name to look up will be taken from the {@code @Configurable}
* annotation if specified; otherwise, the default bean name to look up will be
* the fully qualified name of the class being configured.
*
* @author Rod Johnson