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 vannotations-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.violetlib.annotations
├─ org.violetlib.annotations.Cache.class - [JAR]
├─ org.violetlib.annotations.Configured.class - [JAR]
├─ org.violetlib.annotations.CreatedOnDemand.class - [JAR]
├─ org.violetlib.annotations.Fixed.class - [JAR]
├─ org.violetlib.annotations.Immutable.class - [JAR]
├─ org.violetlib.annotations.InvokedUsingReflection.class - [JAR]
├─ org.violetlib.annotations.NoInstances.class - [JAR]
├─ org.violetlib.annotations.NotNullUntilReleased.class - [JAR]
├─ org.violetlib.annotations.SingleInstance.class - [JAR]
├─ org.violetlib.annotations.Uninitialized.class - [JAR]
├─ org.violetlib.annotations.Value.class - [JAR]
├─ org.violetlib.annotations.Volatile.class - [JAR]