From da50a0213bae755e527f9d19946dc844fec4d338 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Nov 2012 12:03:30 -0800 Subject: [PATCH] Polish Javadoc Minor Javadoc reformat to prevent erroneous eclipse warnings --- .../annotation/aspectj/EnableSpringConfigured.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/EnableSpringConfigured.java b/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/EnableSpringConfigured.java index 9451997ce43..41bb13d2e1f 100644 --- a/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/EnableSpringConfigured.java +++ b/spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/EnableSpringConfigured.java @@ -27,14 +27,13 @@ import org.springframework.context.annotation.Import; /** * Signals the current application context to apply dependency injection to * non-managed classes that are instantiated outside of the Spring bean factory - * (typically classes annotated with the @ - * {@link org.springframework.beans.factory.annotation.Configurable - * Configurable} annotation). + * (typically classes annotated with the + * {@link org.springframework.beans.factory.annotation.Configurable @Configurable} + * annotation). * *

Similar to functionality found in Spring's - * {@code } XML element. Often used in conjunction - * with {@link org.springframework.context.annotation.EnableLoadTimeWeaving - * @EnableLoadTimeWeaving}. + * {@code } XML element. Often used in conjunction with + * {@link org.springframework.context.annotation.EnableLoadTimeWeaving @EnableLoadTimeWeaving}. * * @author Chris Beams * @since 3.1