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 ax-annotations-0.0.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.g2forge.alexandria.annotations
├─ com.g2forge.alexandria.annotations.AnnotationProcessor.class - [JAR]
├─ com.g2forge.alexandria.annotations.ElementAnnotations.class - [JAR]
├─ com.g2forge.alexandria.annotations.HAnnotationProcessor.class - [JAR]
├─ com.g2forge.alexandria.annotations.Handler.class - [JAR]
├─ com.g2forge.alexandria.annotations.IAnnotationHandler.class - [JAR]
com.g2forge.alexandria.annotations.service
├─ com.g2forge.alexandria.annotations.service.Service.class - [JAR]
├─ com.g2forge.alexandria.annotations.service.ServiceAnnotationHandler.class - [JAR]
com.g2forge.alexandria.annotations.note
├─ com.g2forge.alexandria.annotations.note.ANoteAnnotationHandler.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.Note.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.NoteRecord.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.NoteType.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.Notes.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.RuntimeNote.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.RuntimeNoteAnnotationHandler.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.RuntimeNotes.class - [JAR]
├─ com.g2forge.alexandria.annotations.note.SourceNoteAnnotationHandler.class - [JAR]