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 jnav-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fatherofapps.jnav.models
├─ com.fatherofapps.jnav.models.JNavData.class - [JAR]
├─ com.fatherofapps.jnav.models.JNavTypeData.class - [JAR]
com.fatherofapps.jnav.annotations
├─ com.fatherofapps.jnav.annotations.JDataType.class - [JAR]
├─ com.fatherofapps.jnav.annotations.JNav.class - [JAR]
├─ com.fatherofapps.jnav.annotations.JNavArg.class - [JAR]
com.fatherofapps.jnav.processors
├─ com.fatherofapps.jnav.processors.JNavMapperKt.class - [JAR]
├─ com.fatherofapps.jnav.processors.JNavProcessor.class - [JAR]
├─ com.fatherofapps.jnav.processors.JNavProcessorProvider.class - [JAR]
com.fatherofapps.jnav
├─ com.fatherofapps.jnav.MyClass.class - [JAR]