Skip to content

Commit fae32ce

Browse files
committed
Update "What's new in 3.1" ref docs
1 parent 153d38f commit fae32ce

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

spring-framework-reference/src/new-in-3.1.xml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,17 @@
124124

125125
<listitem>
126126
<para>See
127-
org.springframework.context.annotation.EnableLoadTimeWeaving
127+
org.springframework.transaction.annotation.EnableTransactionManagement
128128
Javadoc</para>
129129
</listitem>
130130

131131
<listitem>
132132
<para>See
133-
org.springframework.context.annotation.EnableAspectJAutoProxy
133+
org.springframework.cache.annotation.EnableCaching Javadoc</para>
134+
</listitem>
135+
136+
<listitem>
137+
<para>See org.springframework.web.servlet.config.annotation.EnableWebMvc
134138
Javadoc</para>
135139
</listitem>
136140

@@ -146,12 +150,19 @@
146150

147151
<listitem>
148152
<para>See
149-
org.springframework.transaction.annotation.EnableTransactionManagement
153+
org.springframework.context.annotation.EnableAspectJAutoProxy
150154
Javadoc</para>
151155
</listitem>
152156

153157
<listitem>
154-
<para>See org.springframework.web.servlet.config.annotation.EnableWebMvc
158+
<para>See
159+
org.springframework.context.annotation.EnableLoadTimeWeaving
160+
Javadoc</para>
161+
</listitem>
162+
163+
<listitem>
164+
<para>See
165+
org.springframework.beans.factory.aspectj.EnableSpringConfigured
155166
Javadoc</para>
156167
</listitem>
157168
</itemizedlist>

0 commit comments

Comments
 (0)