A very good search tool in .class is JClasslib . This is a much better alternative than javap . Example screenshot:

You can use it to view all the fields inside the .class file, all methods, byte code, everything. It can also open JAR files.
You can look in the section "Attributes" โ Signature. There you can find such information.
For example: for the following class definition:
public class BlaType<T extends Integer>
I see something like this:

Radu murzea
source share