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 any-annotation-mybatis-plugin-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.plmmilove.mybatis.plugin
├─ io.github.plmmilove.mybatis.plugin.ClassAnyAnnotationMybatisPlugin.class - [JAR]
├─ io.github.plmmilove.mybatis.plugin.FieldAnyAnnotationMybatisPlugin.class - [JAR]
├─ io.github.plmmilove.mybatis.plugin.LombokAnnotationMybatisPlugin.class - [JAR]
io.github.plmmilove.mybatis.bean
├─ io.github.plmmilove.mybatis.bean.FieldAnnotation.class - [JAR]
├─ io.github.plmmilove.mybatis.bean.GeneralAnnotation.class - [JAR]
io.github.plmmilove.mybatis.constants
├─ io.github.plmmilove.mybatis.constants.AnyAnnotationConstants.class - [JAR]
io.github.plmmilove.mybatis.util
├─ io.github.plmmilove.mybatis.util.AnyAnnotationUtil.class - [JAR]