Deprecated CachingMapDecorator (following the deprecation of LabeledEnum support)
This commit is contained in:
parent
6e8117c627
commit
710fe9349a
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue