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 javaemul.internal.annotations-0.01.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
javaemul.internal.annotations
├─ javaemul.internal.annotations.CompilerHint.class - [JAR]
├─ javaemul.internal.annotations.DoNotAutobox.class - [JAR]
├─ javaemul.internal.annotations.DoNotInline.class - [JAR]
├─ javaemul.internal.annotations.ForceInline.class - [JAR]
├─ javaemul.internal.annotations.GwtIncompatible.class - [JAR]
├─ javaemul.internal.annotations.HasNoSideEffects.class - [JAR]
├─ javaemul.internal.annotations.SpecializeMethod.class - [JAR]
├─ javaemul.internal.annotations.UncheckedCast.class - [JAR]