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 autoprefs-annotation-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dpforge.autoprefs.annotation
├─ com.dpforge.autoprefs.annotation.AutoPrefs.class - [JAR]
├─ com.dpforge.autoprefs.annotation.ClearMethod.class - [JAR]
├─ com.dpforge.autoprefs.annotation.DefaultBoolean.class - [JAR]
├─ com.dpforge.autoprefs.annotation.DefaultFloat.class - [JAR]
├─ com.dpforge.autoprefs.annotation.DefaultInt.class - [JAR]
├─ com.dpforge.autoprefs.annotation.DefaultLong.class - [JAR]
├─ com.dpforge.autoprefs.annotation.DefaultString.class - [JAR]
├─ com.dpforge.autoprefs.annotation.DefaultStringSet.class - [JAR]
├─ com.dpforge.autoprefs.annotation.PrefDefaultValue.class - [JAR]
├─ com.dpforge.autoprefs.annotation.PrefKey.class - [JAR]