diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index d4a1ed8fe97..7537f29a172 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -443,6 +443,8 @@ public class AppConfig {
@MVC additions + A mvc namespace has been introduced that greatly simplifies Spring MVC configuration. + Additional annotations such as @CookieValue and @RequestHeaders have been added. See