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 common-validation-17.1.54.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.iohao.game.common.validation.support
├─ com.iohao.game.common.validation.support.JakartaValidator.class - [JAR]
├─ com.iohao.game.common.validation.support.JavaxValidator.class - [JAR]
com.iohao.game.common.validation
├─ com.iohao.game.common.validation.Validation.class - [JAR]
├─ com.iohao.game.common.validation.Validator.class - [JAR]
com.iohao.game.common.validation.processor
├─ com.iohao.game.common.validation.processor.ValidationProcessor.class - [JAR]
com.iohao.game.common.validation.annotation
├─ com.iohao.game.common.validation.annotation.EnableValidation.class - [JAR]