View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jtype-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.romanqed.jtype
├─ com.github.romanqed.jtype.GenericArrayTypeImpl.class - [JAR]
├─ com.github.romanqed.jtype.IllegalTypeException.class - [JAR]
├─ com.github.romanqed.jtype.JType.class - [JAR]
├─ com.github.romanqed.jtype.ParameterizedTypeImpl.class - [JAR]
├─ com.github.romanqed.jtype.TaggedType.class - [JAR]
├─ com.github.romanqed.jtype.TaggedTypeImpl.class - [JAR]
├─ com.github.romanqed.jtype.TypeUtil.class - [JAR]
├─ com.github.romanqed.jtype.Types.class - [JAR]
├─ com.github.romanqed.jtype.WildcardTypeImpl.class - [JAR]