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; @@ -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).
*
* <p>Similar to functionality found in Spring's
* {@code <context:spring-configured>} XML element. Often used in conjunction
* with {@link org.springframework.context.annotation.EnableLoadTimeWeaving
* @EnableLoadTimeWeaving}.
* {@code <context:spring-configured>} XML element. Often used in conjunction with
* {@link org.springframework.context.annotation.EnableLoadTimeWeaving @EnableLoadTimeWeaving}.
*
* @author Chris Beams
* @since 3.1

Loading…
Cancel
Save