On Sat, May 23, 2009 at 9:27 PM, Wenliang Cai <[email protected]> wrote: > Hi all, > Sorry for the interruption. At this point, I get stuck by using nested > Generics definition in my program. I want to look into the JVM code to > understand the implementation details. Could anybody point me to the > detailed code piece? Any response is greatly appreciated!! > > Thanks, > William >
My understanding is that the generics are not JVM feature but Java compiler feature. So you probably should check the javac implementation? Thanks, xiaofeng -- http://people.apache.org/~xli
