Explorations: Generics, Erasure, and Bridging (O'Reilly)
William Grosso
writes about Java Generics, Erasure, and Bridging on O'Reilly.
"
In my first two articles, I'm going to talk about some of the more advanced aspects of the current generics implementation. More specifically, this first installment is about erasure and bridging. Both of these are code transformations the compiler performs in order to implement the generics specification."