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 message-sdk-information-3.0.0-RC3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.herodotus.engine.message.information.repository
├─ cn.herodotus.engine.message.information.repository.MessagePullStampRepository.class - [JAR]
├─ cn.herodotus.engine.message.information.repository.NotificationQueueRepository.class - [JAR]
├─ cn.herodotus.engine.message.information.repository.PersonalContactRepository.class - [JAR]
├─ cn.herodotus.engine.message.information.repository.PersonalDialogueDetailRepository.class - [JAR]
├─ cn.herodotus.engine.message.information.repository.PersonalDialogueRepository.class - [JAR]
├─ cn.herodotus.engine.message.information.repository.SystemAnnouncementRepository.class - [JAR]
cn.herodotus.engine.message.information.configuration
├─ cn.herodotus.engine.message.information.configuration.InformationConfiguration.class - [JAR]
cn.herodotus.engine.message.information.entity
├─ cn.herodotus.engine.message.information.entity.MessagePullStamp.class - [JAR]
├─ cn.herodotus.engine.message.information.entity.NotificationQueue.class - [JAR]
├─ cn.herodotus.engine.message.information.entity.PersonalContact.class - [JAR]
├─ cn.herodotus.engine.message.information.entity.PersonalDialogue.class - [JAR]
├─ cn.herodotus.engine.message.information.entity.PersonalDialogueDetail.class - [JAR]
├─ cn.herodotus.engine.message.information.entity.SystemAnnouncement.class - [JAR]
cn.herodotus.engine.message.information.service
├─ cn.herodotus.engine.message.information.service.MessagePullStampService.class - [JAR]
├─ cn.herodotus.engine.message.information.service.NotificationQueueService.class - [JAR]
├─ cn.herodotus.engine.message.information.service.PersonalContactService.class - [JAR]
├─ cn.herodotus.engine.message.information.service.PersonalDialogueDetailService.class - [JAR]
├─ cn.herodotus.engine.message.information.service.PersonalDialogueService.class - [JAR]
├─ cn.herodotus.engine.message.information.service.SystemAnnouncementService.class - [JAR]