Browse Source

Polish Javadoc

Minor Javadoc reformat to prevent erroneous eclipse warnings
pull/184/head
Phillip Webb 13 years ago
parent
commit
da50a0213b
  1. 11
      spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/EnableSpringConfigured.java

11
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 * Signals the current application context to apply dependency injection to
* non-managed classes that are instantiated outside of the Spring bean factory * non-managed classes that are instantiated outside of the Spring bean factory
* (typically classes annotated with the @ * (typically classes annotated with the
* {@link org.springframework.beans.factory.annotation.Configurable * {@link org.springframework.beans.factory.annotation.Configurable @Configurable}
* Configurable} annotation). * annotation).
* *
* <p>Similar to functionality found in Spring's * <p>Similar to functionality found in Spring's
* {@code <context:spring-configured>} XML element. Often used in conjunction * {@code <context:spring-configured>} XML element. Often used in conjunction with
* with {@link org.springframework.context.annotation.EnableLoadTimeWeaving * {@link org.springframework.context.annotation.EnableLoadTimeWeaving @EnableLoadTimeWeaving}.
* @EnableLoadTimeWeaving}.
* *
* @author Chris Beams * @author Chris Beams
* @since 3.1 * @since 3.1

Loading…
Cancel
Save