jar

io.github.solf : nullanno

Maven & Gradle

Feb 09, 2023
2 usages
0 stars

nullanno · Annotations for null-analysis (Eclipse-based but types are non-null by default AND annotations are retained at runtime)

Table Of Contents

Latest Version

Download io.github.solf : nullanno JAR file - Latest Versions:

All Versions

Download io.github.solf : nullanno JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.0.x
1.1.x
1.0.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nullanno-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

javax.annotation

├─ javax.annotation.Nonnull.class - [JAR]

├─ javax.annotation.Nullable.class - [JAR]

org.eclipse.jdt.annotation

├─ org.eclipse.jdt.annotation.DefaultLocation.class - [JAR]

├─ org.eclipse.jdt.annotation.NonNullByDefault.class - [JAR]

Advertisement