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 MOpenEntity-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.mineot.mopenentity.entity
├─ org.mineot.mopenentity.entity.ComplexEntity.class - [JAR]
├─ org.mineot.mopenentity.entity.ComplexEntity_.class - [JAR]
├─ org.mineot.mopenentity.entity.SimpleEntity.class - [JAR]
├─ org.mineot.mopenentity.entity.SimpleEntity_.class - [JAR]
org.mineot.mopenentity.implementable
├─ org.mineot.mopenentity.implementable.Activable.class - [JAR]
├─ org.mineot.mopenentity.implementable.Entitable.class - [JAR]
├─ org.mineot.mopenentity.implementable.LogicDeletable.class - [JAR]
├─ org.mineot.mopenentity.implementable.Remarkable.class - [JAR]