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 TEH-0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
teh.fields
├─ teh.fields.TEHFields.class - [JAR]
├─ teh.fields.TEHFieldsFactory.class - [JAR]
teh.reflect
├─ teh.reflect.TEHFieldsReflectionExtractor.class - [JAR]
teh.annotations
├─ teh.annotations.TEH.class - [JAR]
├─ teh.annotations.ToString.class - [JAR]
├─ teh.annotations.ToStringEquals.class - [JAR]
├─ teh.annotations.ToStringEqualsHashCode.class - [JAR]
teh.utils
├─ teh.utils.TEHObject.class - [JAR]
├─ teh.utils.TEHUtils.class - [JAR]