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 order-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.order.processor
├─ org.tinygroup.order.processor.OrderGroup.class - [JAR]
├─ org.tinygroup.order.processor.OrderGroups.class - [JAR]
├─ org.tinygroup.order.processor.OrderProcessor.class - [JAR]
org.tinygroup.order.order
├─ org.tinygroup.order.order.AfterFeature.class - [JAR]
├─ org.tinygroup.order.order.BeforeFeature.class - [JAR]
├─ org.tinygroup.order.order.FeatureOrder.class - [JAR]
├─ org.tinygroup.order.order.ObjectOrder.class - [JAR]
├─ org.tinygroup.order.order.Order.class - [JAR]
├─ org.tinygroup.order.order.RequiresFeature.class - [JAR]