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 native-image-annotations-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
uk.co.bithatch.nativeimage.annotations
├─ uk.co.bithatch.nativeimage.annotations.Bundle.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.Enable.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.Invoke.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.NativeImageProcessor.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.Proxy.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.Query.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.Reflectable.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.Resource.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.Serialization.class - [JAR]
├─ uk.co.bithatch.nativeimage.annotations.TypeReflect.class - [JAR]