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 maven-api-meta-4.0.0-alpha-7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.maven.api.annotations
├─ org.apache.maven.api.annotations.Consumer.class - [JAR]
├─ org.apache.maven.api.annotations.Experimental.class - [JAR]
├─ org.apache.maven.api.annotations.Generated.class - [JAR]
├─ org.apache.maven.api.annotations.Immutable.class - [JAR]
├─ org.apache.maven.api.annotations.Nonnull.class - [JAR]
├─ org.apache.maven.api.annotations.NotThreadSafe.class - [JAR]
├─ org.apache.maven.api.annotations.Nullable.class - [JAR]
├─ org.apache.maven.api.annotations.Provider.class - [JAR]
├─ org.apache.maven.api.annotations.ThreadSafe.class - [JAR]
├─ org.apache.maven.api.annotations.package-info.class - [JAR]