Skip to content

Commit

Permalink
Deprecated CachingMapDecorator (following the deprecation of LabeledE…
Browse files Browse the repository at this point in the history
…num support)
  • Loading branch information
jhoeller authored and unknown committed Dec 12, 2012
1 parent 6e8117c commit 710fe93
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -41,7 +41,9 @@
* @author Keith Donald
* @author Juergen Hoeller
* @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 {

private static Object NULL_VALUE = new Object();
Expand Down

0 comments on commit 710fe93

Please sign in to comment.