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 mybatis-plus-ext-annotation-3.5.3.2-EXT501.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tangzc.mpe.annotation.handler
├─ com.tangzc.mpe.annotation.handler.AutoFillHandler.class - [JAR]
├─ com.tangzc.mpe.annotation.handler.CustomJacksonTypeHandler.class - [JAR]
├─ com.tangzc.mpe.annotation.handler.DefaultAuditHandler.class - [JAR]
├─ com.tangzc.mpe.annotation.handler.IOptionByAutoFillHandler.class - [JAR]
com.tangzc.mpe.annotation
├─ com.tangzc.mpe.annotation.DefaultValue.class - [JAR]
├─ com.tangzc.mpe.annotation.Exclude.class - [JAR]
├─ com.tangzc.mpe.annotation.InsertOptionDate.class - [JAR]
├─ com.tangzc.mpe.annotation.InsertOptionUser.class - [JAR]
├─ com.tangzc.mpe.annotation.InsertUpdateOptionDate.class - [JAR]
├─ com.tangzc.mpe.annotation.InsertUpdateOptionUser.class - [JAR]
├─ com.tangzc.mpe.annotation.OptionDate.class - [JAR]
├─ com.tangzc.mpe.annotation.OptionUser.class - [JAR]
├─ com.tangzc.mpe.annotation.Serializable.class - [JAR]
├─ com.tangzc.mpe.annotation.UpdateOptionDate.class - [JAR]
├─ com.tangzc.mpe.annotation.UpdateOptionUser.class - [JAR]