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 makkina-jvm-0.01-alpha01.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.devundef1ned.makkina
├─ io.github.devundef1ned.makkina.Makkina.class - [JAR]
├─ io.github.devundef1ned.makkina.TypeAliasesKt.class - [JAR]
io.github.devundef1ned.makkina.dsl
├─ io.github.devundef1ned.makkina.dsl.MakkinaBuilder.class - [JAR]
├─ io.github.devundef1ned.makkina.dsl.SideEffectHandler.class - [JAR]
├─ io.github.devundef1ned.makkina.dsl.StateHandler.class - [JAR]
├─ io.github.devundef1ned.makkina.dsl.TransitionKey.class - [JAR]
io.github.devundef1ned.makkina.example
├─ io.github.devundef1ned.makkina.example.Door.class - [JAR]
├─ io.github.devundef1ned.makkina.example.DoorEvent.class - [JAR]
├─ io.github.devundef1ned.makkina.example.DoorState.class - [JAR]
├─ io.github.devundef1ned.makkina.example.MainKt.class - [JAR]