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 kref-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nikok.kref
├─ org.nikok.kref.APIKt.class - [JAR]
├─ org.nikok.kref.ForcedRef.class - [JAR]
├─ org.nikok.kref.MutableRef.class - [JAR]
├─ org.nikok.kref.MutableRefWrapper.class - [JAR]
├─ org.nikok.kref.Ref.class - [JAR]
├─ org.nikok.kref.RefType.class - [JAR]
├─ org.nikok.kref.RefWrapper.class - [JAR]
org.nikok.kref.impl
├─ org.nikok.kref.impl.Cache.class - [JAR]
├─ org.nikok.kref.impl.MutableSoftRef.class - [JAR]
├─ org.nikok.kref.impl.MutableStrongRef.class - [JAR]
├─ org.nikok.kref.impl.MutableWeakRef.class - [JAR]
├─ org.nikok.kref.impl.NullRef.class - [JAR]
├─ org.nikok.kref.impl.SoftRef.class - [JAR]
├─ org.nikok.kref.impl.StrongRef.class - [JAR]
├─ org.nikok.kref.impl.WeakRef.class - [JAR]