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 cherry-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.magentys.annotations
├─ io.magentys.annotations.Narrate.class - [JAR]
io.magentys.exceptions
├─ io.magentys.exceptions.NotAvailableException.class - [JAR]
├─ io.magentys.exceptions.RequirementException.class - [JAR]
├─ io.magentys.exceptions.ScreenException.class - [JAR]
io.magentys.screens
├─ io.magentys.screens.Screen.class - [JAR]
├─ io.magentys.screens.ScreenFactory.class - [JAR]
io.magentys
├─ io.magentys.Agent.class - [JAR]
├─ io.magentys.AgentProvider.class - [JAR]
├─ io.magentys.AgentVerifier.class - [JAR]
├─ io.magentys.CoreMemory.class - [JAR]
├─ io.magentys.Memory.class - [JAR]
├─ io.magentys.Mission.class - [JAR]
├─ io.magentys.Narrator.class - [JAR]
io.magentys.screens.annotations
├─ io.magentys.screens.annotations.Alias.class - [JAR]
├─ io.magentys.screens.annotations.ScreenElement.class - [JAR]
io.magentys.narrators
├─ io.magentys.narrators.SysoutNarrator.class - [JAR]
io.magentys.utils
├─ io.magentys.utils.Any.class - [JAR]
├─ io.magentys.utils.Clazz.class - [JAR]
├─ io.magentys.utils.Requires.class - [JAR]
├─ io.magentys.utils.Strings.class - [JAR]
├─ io.magentys.utils.Sugars.class - [JAR]
├─ io.magentys.utils.UniqueId.class - [JAR]