Polish @Configuration javadoc

This commit is contained in:
Phillip Webb
2013-02-04 15:00:45 -08:00
parent a6b70722fa
commit 501ce65055
@@ -68,8 +68,7 @@ import org.springframework.stereotype.Component;
* <beans> * <beans>
* <context:annotation-config/> * <context:annotation-config/>
* <bean class="com.acme.AppConfig"/> * <bean class="com.acme.AppConfig"/>
* </beans> * </beans>}</pre>
* }</pre>
* *
* In the example above, {@code <context:annotation-config/>} is required in order to * In the example above, {@code <context:annotation-config/>} is required in order to
* enable {@link ConfigurationClassPostProcessor} and other annotation-related * enable {@link ConfigurationClassPostProcessor} and other annotation-related