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 dynamic-relations-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
at.drm.annotation
├─ at.drm.annotation.Relation.class - [JAR]
at.drm.service
├─ at.drm.service.RelationService.class - [JAR]
at.drm.model
├─ at.drm.model.RelationIdentity.class - [JAR]
├─ at.drm.model.RelationLink.class - [JAR]
├─ at.drm.model.RelationMetaData.class - [JAR]
at.drm.dao
├─ at.drm.dao.RelationDao.class - [JAR]
at.drm.exception
├─ at.drm.exception.NoRelationDaoFoundException.class - [JAR]
at.drm.factory
├─ at.drm.factory.RelationDaoFactory.class - [JAR]
at.drm
├─ at.drm.DrmConfig.class - [JAR]
at.drm.processor
├─ at.drm.processor.ReleationProcessor.class - [JAR]