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-metadata-0.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.g2forge.alexandria.metadata
├─ com.g2forge.alexandria.metadata.IMetadata.class - [JAR]
├─ com.g2forge.alexandria.metadata.IMetadataLoader.class - [JAR]
├─ com.g2forge.alexandria.metadata.MetadataLoader.class - [JAR]
com.g2forge.alexandria.metadata.load
├─ com.g2forge.alexandria.metadata.load.AnnotationMetadataLoader.class - [JAR]
├─ com.g2forge.alexandria.metadata.load.IAnnotatedMetadata.class - [JAR]
├─ com.g2forge.alexandria.metadata.load.MergedMetadata.class - [JAR]
├─ com.g2forge.alexandria.metadata.load.SimpleMetadata.class - [JAR]
com.g2forge.alexandria.metadata.annotation
├─ com.g2forge.alexandria.metadata.annotation.IJavaAnnotated.class - [JAR]
├─ com.g2forge.alexandria.metadata.annotation.IJavaAnnotations.class - [JAR]
com.g2forge.alexandria.metadata.annotation.implementations
├─ com.g2forge.alexandria.metadata.annotation.implementations.CustomAnnotatedElement.class - [JAR]
├─ com.g2forge.alexandria.metadata.annotation.implementations.DynamicAnnotationInvocationHandler.class - [JAR]
├─ com.g2forge.alexandria.metadata.annotation.implementations.ElementJavaAnnotations.class - [JAR]
├─ com.g2forge.alexandria.metadata.annotation.implementations.MergedJavaAnnotations.class - [JAR]