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 annotation-processor-testing-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
name.falgout.jeffrey.testing.processor
├─ name.falgout.jeffrey.testing.processor.ActualDiagnostics.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.AutoAnnotation_ExpectedDiagnostics_createExpectDiagnostic.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.AutoValue_ExpectDiagnosticProcessor_DiscoveredAnnotation.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.AutoValue_ExpectedDiagnostic.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.DiagnosticMatchers.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.ExpectDiagnostic.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.ExpectDiagnosticProcessor.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.ExpectError.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.ExpectedDiagnostic.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.ExpectedDiagnostics.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.UseProcessor.class - [JAR]
├─ name.falgout.jeffrey.testing.processor.UseProcessors.class - [JAR]