All Tags »
Java »
generics (RSS)
Sorry, but there are no more tags available to filter with.
-
well, it turns out that if I use <T> instead of <T extends Number> it works!
obviously the ObjectContainer dislikes Number for some reason or maybe the 'extends' statement.
Anyway - advices - what is the trick here and how can I debug myself such cases?