Is there a non-type-erased generics extension to the Java Compiler available as a 3rd party library?
- by Chris
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