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 aerogel-auto-1.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
aerogel.auto.internal
├─ aerogel.auto.internal.DefaultAutoAnnotationRegistry.class - [JAR]
aerogel.auto.internal.processor
├─ aerogel.auto.internal.processor.AutoInjectAnnotationProcessor.class - [JAR]
aerogel.auto
├─ aerogel.auto.AutoAnnotationEntry.class - [JAR]
├─ aerogel.auto.AutoAnnotationRegistry.class - [JAR]
├─ aerogel.auto.Factory.class - [JAR]
├─ aerogel.auto.Provides.class - [JAR]
aerogel.auto.internal.utility
├─ aerogel.auto.internal.utility.AnnotationUtils.class - [JAR]
├─ aerogel.auto.internal.utility.ClassLoadingUtils.class - [JAR]
aerogel.auto.internal.holder
├─ aerogel.auto.internal.holder.FactoryAutoAnnotationEntry.class - [JAR]
├─ aerogel.auto.internal.holder.ProvidesAutoAnnotationEntry.class - [JAR]