mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-02 20:09:31 +01:00
Polish @Configuration javadoc
This commit is contained in:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user