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 otto-1.3.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.squareup.otto
├─ com.squareup.otto.AnnotatedHandlerFinder.class - [JAR]
├─ com.squareup.otto.Bus.class - [JAR]
├─ com.squareup.otto.DeadEvent.class - [JAR]
├─ com.squareup.otto.EventHandler.class - [JAR]
├─ com.squareup.otto.EventProducer.class - [JAR]
├─ com.squareup.otto.HandlerFinder.class - [JAR]
├─ com.squareup.otto.Produce.class - [JAR]
├─ com.squareup.otto.Subscribe.class - [JAR]
├─ com.squareup.otto.ThreadEnforcer.class - [JAR]