Browse Source

Polish @Configuration javadoc

pull/229/head
Phillip Webb 13 years ago
parent
commit
501ce65055
  1. 3
      spring-context/src/main/java/org/springframework/context/annotation/Configuration.java

3
spring-context/src/main/java/org/springframework/context/annotation/Configuration.java

@ -68,8 +68,7 @@ import org.springframework.stereotype.Component; @@ -68,8 +68,7 @@ import org.springframework.stereotype.Component;
* <beans>
* <context:annotation-config/>
* <bean class="com.acme.AppConfig"/>
* </beans>
* }</pre>
* </beans>}</pre>
*
* In the example above, {@code <context:annotation-config/>} is required in order to
* enable {@link ConfigurationClassPostProcessor} and other annotation-related

Loading…
Cancel
Save