> So will Oracle remove type erasure so that full type information is
> available at runtime?

Btw. it actually is available at runtime via reflection
(getGenericInterfaces(), getTypeParameters() and
getActualTypeArguments()), you just can't model it through the type-
system (i.e. implement Comparable[T], Comparable[U]).

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to