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 maven-processor-plugin-5.0-jdk8-rc3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bsc.maven.plugin.processor
├─ org.bsc.maven.plugin.processor.AbstractAnnotationProcessorMojo.class - [JAR]
├─ org.bsc.maven.plugin.processor.HelpMojo.class - [JAR]
├─ org.bsc.maven.plugin.processor.MainAnnotationProcessorMojo.class - [JAR]
├─ org.bsc.maven.plugin.processor.TestAnnotationProcessorMojo.class - [JAR]
├─ org.bsc.maven.plugin.processor.UnzipService.class - [JAR]
├─ org.bsc.maven.plugin.processor.ZipFileObject.class - [JAR]
├─ org.bsc.maven.plugin.processor.ZipFileObjectExtracted.class - [JAR]