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 mgl-annotation-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.mgl.annotation
├─ tech.mgl.annotation.MGLModel.class - [JAR]
tech.mgl.annotation.log
├─ tech.mgl.annotation.log.MGLLog.class - [JAR]
tech.mgl.annotation.api
├─ tech.mgl.annotation.api.MGLApi.class - [JAR]
├─ tech.mgl.annotation.api.MGLApiData.class - [JAR]
├─ tech.mgl.annotation.api.MGLApiGet.class - [JAR]
├─ tech.mgl.annotation.api.MGLApiSave.class - [JAR]
├─ tech.mgl.annotation.api.MGLApiSearch.class - [JAR]
├─ tech.mgl.annotation.api.MGLApiUpdate.class - [JAR]
tech.mgl.annotation.form
├─ tech.mgl.annotation.form.MGLFormData.class - [JAR]
├─ tech.mgl.annotation.form.MGLFormDelete.class - [JAR]
├─ tech.mgl.annotation.form.MGLFormElement.class - [JAR]
├─ tech.mgl.annotation.form.MGLFormGet.class - [JAR]
├─ tech.mgl.annotation.form.MGLFormSave.class - [JAR]
├─ tech.mgl.annotation.form.MGLFormSearch.class - [JAR]
├─ tech.mgl.annotation.form.MGLFormUpdate.class - [JAR]
tech.mgl.annotation.excel
├─ tech.mgl.annotation.excel.MGLExcelCell.class - [JAR]
├─ tech.mgl.annotation.excel.MGLExcelModel.class - [JAR]
├─ tech.mgl.annotation.excel.MGLExportExcel.class - [JAR]