Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
None
Description
As discussed in the mailing list, I am suggesting that we change the definition of Context from:
public interface Context extends Map<String, Object> {
to:
public interface Context<K, V> extends Map<K, V> {