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 domain-objects-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sangupta.domain.timeline
├─ com.sangupta.domain.timeline.Timeline.class - [JAR]
├─ com.sangupta.domain.timeline.TimelineEvent.class - [JAR]
com.sangupta.domain.email
├─ com.sangupta.domain.email.Email.class - [JAR]
├─ com.sangupta.domain.email.EmailAddress.class - [JAR]
com.sangupta.domain.image
├─ com.sangupta.domain.image.WebImage.class - [JAR]
com.sangupta.domain
├─ com.sangupta.domain.LastUpdateEntity.class - [JAR]
├─ com.sangupta.domain.LastUpdateUserEntity.class - [JAR]