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 mCommands-annotations-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mqzn.commands.annotations
├─ io.github.mqzn.commands.annotations.Arg.class - [JAR]
├─ io.github.mqzn.commands.annotations.Command.class - [JAR]
├─ io.github.mqzn.commands.annotations.CommandSyntaxMeta.class - [JAR]
├─ io.github.mqzn.commands.annotations.Cooldown.class - [JAR]
├─ io.github.mqzn.commands.annotations.Default.class - [JAR]
├─ io.github.mqzn.commands.annotations.Flag.class - [JAR]
├─ io.github.mqzn.commands.annotations.Greedy.class - [JAR]
├─ io.github.mqzn.commands.annotations.Range.class - [JAR]
├─ io.github.mqzn.commands.annotations.Suggest.class - [JAR]
io.github.mqzn.commands.annotations.parser
├─ io.github.mqzn.commands.annotations.parser.AnnotationParser.class - [JAR]
io.github.mqzn.commands
├─ io.github.mqzn.commands.Pair.class - [JAR]