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 kotlinw-immutator-api-jvm-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
kotlinw.immutator.util
├─ kotlinw.immutator.util.ImmutableBox.class - [JAR]
├─ kotlinw.immutator.util.ImmutableBoxKt.class - [JAR]
├─ kotlinw.immutator.util.ImmutatorUtilsKt.class - [JAR]
kotlinw.immutator.internal
├─ kotlinw.immutator.internal.ConfinedMutableListImpl.class - [JAR]
├─ kotlinw.immutator.internal.ImmutableObject.class - [JAR]
├─ kotlinw.immutator.internal.ImmutatorInternalsKt.class - [JAR]
├─ kotlinw.immutator.internal.MutableObject.class - [JAR]
├─ kotlinw.immutator.internal.MutableObjectImplementor.class - [JAR]
├─ kotlinw.immutator.internal.MutableObjectState.class - [JAR]
├─ kotlinw.immutator.internal.MutableReferencePropertyState.class - [JAR]
├─ kotlinw.immutator.internal.MutableValuePropertyState.class - [JAR]
kotlinw.immutator.api
├─ kotlinw.immutator.api.ConfinedMutableList.class - [JAR]
├─ kotlinw.immutator.api.ConfinedMutableListKt.class - [JAR]