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 flags-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cloud.commandframework.flags.types
├─ cloud.commandframework.flags.types.DoubleFlag.class - [JAR]
├─ cloud.commandframework.flags.types.EnumFlag.class - [JAR]
├─ cloud.commandframework.flags.types.IntegerFlag.class - [JAR]
├─ cloud.commandframework.flags.types.ListFlag.class - [JAR]
cloud.commandframework.flags
├─ cloud.commandframework.flags.AbstractFlag.class - [JAR]
├─ cloud.commandframework.flags.FlagContainer.class - [JAR]
├─ cloud.commandframework.flags.FlagHolder.class - [JAR]
├─ cloud.commandframework.flags.FlagParseException.class - [JAR]
├─ cloud.commandframework.flags.FlagUpdateType.class - [JAR]
├─ cloud.commandframework.flags.GlobalFlagContainer.class - [JAR]