Skip to content

Commit 710fe93

Browse files
jhoellerunknown
authored and
unknown
committed
Deprecated CachingMapDecorator (following the deprecation of LabeledEnum support)
1 parent 6e8117c commit 710fe93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-core/src/main/java/org/springframework/util/CachingMapDecorator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
* @author Keith Donald
4242
* @author Juergen Hoeller
4343
* @since 1.2.2
44+
* @deprecated as of Spring 3.2, to be removed along with LabeledEnum support
4445
*/
46+
@Deprecated
4547
public abstract class CachingMapDecorator<K, V> implements Map<K, V>, Serializable {
4648

4749
private static Object NULL_VALUE = new Object();

0 commit comments

Comments
 (0)