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 demo-annotation-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.annotationconstraints.generated
├─ com.annotationconstraints.generated.ExampleAnnotationAliasProcessor.class - [JAR]
├─ com.annotationconstraints.generated.ExampleAnnotationProcessor.class - [JAR]
├─ com.annotationconstraints.generated.PatternAliasProcessor.class - [JAR]
com.annotationconstraints.demo
├─ com.annotationconstraints.demo.ExampleAnnotation.class - [JAR]
├─ com.annotationconstraints.demo.ExampleAnnotationAlias.class - [JAR]
├─ com.annotationconstraints.demo.ExampleAnnotationAliasValidator.class - [JAR]
├─ com.annotationconstraints.demo.ExampleAnnotationValidator.class - [JAR]
├─ com.annotationconstraints.demo.PatternAlias.class - [JAR]
├─ com.annotationconstraints.demo.PatternValidator.class - [JAR]