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 compliance-checker-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.erzads.compliancechecker.exception
├─ io.github.erzads.compliancechecker.exception.ComplianceCheckerException.class - [JAR]
├─ io.github.erzads.compliancechecker.exception.ComplianceCheckerValidationException.class - [JAR]
io.github.erzads.compliancechecker.rule
├─ io.github.erzads.compliancechecker.rule.AnnotatedClassMethodReturnTypeRule.class - [JAR]
├─ io.github.erzads.compliancechecker.rule.ClassNameInPackageRule.class - [JAR]
├─ io.github.erzads.compliancechecker.rule.Rule.class - [JAR]
io.github.erzads.compliancechecker
├─ io.github.erzads.compliancechecker.ComplianceChecker.class - [JAR]