Is there a non-type-erased generics extension to the Java Compiler available as a 3rd party library?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-05-24T00:38:15Z Indexed on 2010/05/24 0:40 UTC
Read the original article Hit count: 641

Filed under:
|
|

I'm becoming increasingly frustrated with the limits of type-erased Java generics. I was wondering if there was a library that provided a full version of generics without the quirks associated with type-erasure?

Chris

© Stack Overflow or respective owner

Related posts about java

Related posts about generics