I am reading Herbert Schilds about type erasure in generics in java. Supposedly running javap on a class should give me the bytecode information about public, package protec
I'm not sure. But it seems signature attribute was introduced in jvm 7 (refer jvm specification).
signature
This attribute will capture signature information used for debugging and reflection api.
To see signature attribute use javap -v <class>
javap -v <class>