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 robot-base-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pro.shuangxi.annotation
├─ pro.shuangxi.annotation.EnableBot.class - [JAR]
pro.shuangxi.handlertype
├─ pro.shuangxi.handlertype.GroupHandler.class - [JAR]
├─ pro.shuangxi.handlertype.PrivateHandler.class - [JAR]
pro.shuangxi.adapter
├─ pro.shuangxi.adapter.QunliaoAdapter.class - [JAR]
├─ pro.shuangxi.adapter.SiliaoAdapter.class - [JAR]
pro.shuangxi.config
├─ pro.shuangxi.config.BotAutoConfig.class - [JAR]
├─ pro.shuangxi.config.MyBotProperties.class - [JAR]
pro.shuangxi.utils
├─ pro.shuangxi.utils.BotHolderUtils.class - [JAR]
├─ pro.shuangxi.utils.MemberUtils.class - [JAR]
├─ pro.shuangxi.utils.MessageUtils.class - [JAR]
├─ pro.shuangxi.utils.RegexUtils.class - [JAR]