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 lombok-plugin-0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.plushnikov.intellij.plugin.core
├─ de.plushnikov.intellij.plugin.core.GenericServiceLocator.class - [JAR]
de.plushnikov.intellij.plugin.inspection
├─ de.plushnikov.intellij.plugin.inspection.LombokInspection.class - [JAR]
de.plushnikov.intellij.plugin
├─ de.plushnikov.intellij.plugin.LombokLoader.class - [JAR]
de.plushnikov.intellij.plugin.provider
├─ de.plushnikov.intellij.plugin.provider.LombokAugmentProvider.class - [JAR]
├─ de.plushnikov.intellij.plugin.provider.LombokImplicitUsageProvider.class - [JAR]
├─ de.plushnikov.intellij.plugin.provider.LombokInspectionProvider.class - [JAR]