Unexpected generics behaviour
- by pronicles
I found strange generics behaviour. In two words -
thing I realy want is to use ComplexObject1 in most general way, and the thing I realy missed is why defined generic type(... extends BuisnessObject) is lost.
The discuss thread is also awailable in my blog
http://pronicles.blogspot.com/2010/03/unexpected-generics-behaviour.html.
public class…