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 nutz-plugins-xmlbind-1.r.69.v20220215.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nutz.plugins.xmlbind.annotation
├─ org.nutz.plugins.xmlbind.annotation.XmlAttr.class - [JAR]
├─ org.nutz.plugins.xmlbind.annotation.XmlEle.class - [JAR]
org.nutz.plugins.xmlbind.entity
├─ org.nutz.plugins.xmlbind.entity.XmlEntity.class - [JAR]
├─ org.nutz.plugins.xmlbind.entity.XmlEntityAnnotationMaker.class - [JAR]
├─ org.nutz.plugins.xmlbind.entity.XmlEntityAttr.class - [JAR]
org.nutz.plugins.xmlbind
├─ org.nutz.plugins.xmlbind.XmlBind.class - [JAR]