Update "What's new in 3.1" ref docs

This commit is contained in:
Chris Beams 2011-12-12 23:42:52 +00:00
parent 153d38f1c8
commit fae32cea8e
1 changed files with 15 additions and 4 deletions

View File

@ -124,13 +124,17 @@
<listitem>
<para>See
org.springframework.context.annotation.EnableLoadTimeWeaving
org.springframework.transaction.annotation.EnableTransactionManagement
Javadoc</para>
</listitem>
<listitem>
<para>See
org.springframework.context.annotation.EnableAspectJAutoProxy
org.springframework.cache.annotation.EnableCaching Javadoc</para>
</listitem>
<listitem>
<para>See org.springframework.web.servlet.config.annotation.EnableWebMvc
Javadoc</para>
</listitem>
@ -146,12 +150,19 @@
<listitem>
<para>See
org.springframework.transaction.annotation.EnableTransactionManagement
org.springframework.context.annotation.EnableAspectJAutoProxy
Javadoc</para>
</listitem>
<listitem>
<para>See org.springframework.web.servlet.config.annotation.EnableWebMvc
<para>See
org.springframework.context.annotation.EnableLoadTimeWeaving
Javadoc</para>
</listitem>
<listitem>
<para>See
org.springframework.beans.factory.aspectj.EnableSpringConfigured
Javadoc</para>
</listitem>
</itemizedlist>