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 android-simple-1.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.dagger.simple
├─ com.example.dagger.simple.AndroidModule.class - [JAR]
├─ com.example.dagger.simple.BuildConfig.class - [JAR]
├─ com.example.dagger.simple.DemoApplication.class - [JAR]
├─ com.example.dagger.simple.DemoBaseActivity.class - [JAR]
├─ com.example.dagger.simple.DemoModule.class - [JAR]
├─ com.example.dagger.simple.ForApplication.class - [JAR]
├─ com.example.dagger.simple.R.class - [JAR]
com.example.dagger.simple.ui
├─ com.example.dagger.simple.ui.HomeActivity.class - [JAR]