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 final-auto-coding-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ifinal.finalframework.auto.coding.beans
├─ org.ifinal.finalframework.auto.coding.beans.Bean.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.beans.BeanInfo.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.beans.PropertyDescriptor.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.beans.SetterAndGetterFilter.class - [JAR]
org.ifinal.finalframework.auto.coding.annotation
├─ org.ifinal.finalframework.auto.coding.annotation.Template.class - [JAR]
org.ifinal.finalframework.auto.coding.utils
├─ org.ifinal.finalframework.auto.coding.utils.Annotations.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.utils.JCUtils.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.utils.TypeElements.class - [JAR]
org.ifinal.finalframework.auto.coding
├─ org.ifinal.finalframework.auto.coding.Coder.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.IElementVisitor.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.ITypeVisitor.class - [JAR]
├─ org.ifinal.finalframework.auto.coding.VelocityCoder.class - [JAR]