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 communication-api-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bahmni.module.communication.model
├─ org.bahmni.module.communication.model.MailAttachment.class - [JAR]
├─ org.bahmni.module.communication.model.MailContent.class - [JAR]
├─ org.bahmni.module.communication.model.Recipient.class - [JAR]
org.bahmni.module.communication
├─ org.bahmni.module.communication.CommunicationActivator.class - [JAR]
org.bahmni.module.communication.api.impl
├─ org.bahmni.module.communication.api.impl.CommunicationServiceImpl.class - [JAR]
org.bahmni.module.communication.api
├─ org.bahmni.module.communication.api.CommunicationService.class - [JAR]