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 annotation-1.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.catchpig.annotation.enums
├─ com.catchpig.annotation.enums.PrefsMode.class - [JAR]
com.catchpig.annotation
├─ com.catchpig.annotation.FlowError.class - [JAR]
├─ com.catchpig.annotation.GlobalConfig.class - [JAR]
├─ com.catchpig.annotation.OnClickFirstDrawable.class - [JAR]
├─ com.catchpig.annotation.OnClickFirstText.class - [JAR]
├─ com.catchpig.annotation.OnClickSecondDrawable.class - [JAR]
├─ com.catchpig.annotation.OnClickSecondText.class - [JAR]
├─ com.catchpig.annotation.Prefs.class - [JAR]
├─ com.catchpig.annotation.PrefsField.class - [JAR]
├─ com.catchpig.annotation.ServiceApi.class - [JAR]
├─ com.catchpig.annotation.StatusBar.class - [JAR]
├─ com.catchpig.annotation.TextStyle.class - [JAR]
├─ com.catchpig.annotation.Title.class - [JAR]
com.catchpig.annotation.interfaces
├─ com.catchpig.annotation.interfaces.SerializationConverter.class - [JAR]