... Coming to this almost a month past ;) That Spring guy is a doofus. I've never used annotations for Spring MVC and agree with you Eric. And I don't think
Declaring the method like this works for me: private <L, M> void performCommonOperation(SortedMap<L, List<M>> test) { } @D ... -- Follow me on twitter:
Anyone know what's the correct magic Java generics incantation to use to get this to compile? import java.util.List; import java.util.SortedMap; import