Deprecated CachingMapDecorator (following the deprecation of LabeledEnum support)

This commit is contained in:
Juergen Hoeller 2012-12-12 22:21:43 +01:00 committed by unknown
parent 6e8117c627
commit 710fe9349a
1 changed files with 2 additions and 0 deletions

View File

@ -41,7 +41,9 @@ import java.util.WeakHashMap;
* @author Keith Donald * @author Keith Donald
* @author Juergen Hoeller * @author Juergen Hoeller
* @since 1.2.2 * @since 1.2.2
* @deprecated as of Spring 3.2, to be removed along with LabeledEnum support
*/ */
@Deprecated
public abstract class CachingMapDecorator<K, V> implements Map<K, V>, Serializable { public abstract class CachingMapDecorator<K, V> implements Map<K, V>, Serializable {
private static Object NULL_VALUE = new Object(); private static Object NULL_VALUE = new Object();