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 spring-telegram-0.9.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.w4p.telegram.model
├─ com.w4p.telegram.model.TelegramBotCommand.class - [JAR]
├─ com.w4p.telegram.model.TelegramHandler.class - [JAR]
├─ com.w4p.telegram.model.TelegramMessageCommand.class - [JAR]
com.w4p.telegram
├─ com.w4p.telegram.TelegramBeanProcessor.class - [JAR]
├─ com.w4p.telegram.TelegramBotService.class - [JAR]
com.w4p.telegram.annotation
├─ com.w4p.telegram.annotation.EnableW4TelegramBot.class - [JAR]
├─ com.w4p.telegram.annotation.W4TelegramBot.class - [JAR]
├─ com.w4p.telegram.annotation.W4TelegramCommand.class - [JAR]
├─ com.w4p.telegram.annotation.W4TelegramMessage.class - [JAR]
com.w4p.telegram.config
├─ com.w4p.telegram.config.TelegramBotBuilder.class - [JAR]
├─ com.w4p.telegram.config.TelegramBotConfiguration.class - [JAR]