Demonstrating Test-Driven Development and Evolutionary Design in the long run
2012-04-12
Let's Code Jumi #141: Generic Type Parameters (Part 1)
Improving the code generator to produce correct generic type parameters. Even after Java's type erasure it's possible to dig out some type parameter information using reflection.