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 9451997ce4..41bb13d2e1 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