jar

com.github.wnameless : nullproof

Maven & Gradle

Apr 13, 2014
2 usages
5 stars

nullproof · A Java Null-Proof Object Constructor

Table Of Contents

Latest Version

Download com.github.wnameless : nullproof JAR file - Latest Versions:

All Versions

Download com.github.wnameless : nullproof JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.3.x
0.2.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 nullproof-0.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wnameless.nullproof

├─ com.github.wnameless.nullproof.NullBlocker.class - [JAR]

├─ com.github.wnameless.nullproof.NullProof.class - [JAR]

├─ com.github.wnameless.nullproof.NullRejector.class - [JAR]

com.github.wnameless.nullproof.annotation

├─ com.github.wnameless.nullproof.annotation.AcceptNull.class - [JAR]

├─ com.github.wnameless.nullproof.annotation.Argument.class - [JAR]

├─ com.github.wnameless.nullproof.annotation.RejectNull.class - [JAR]

com.github.wnameless.nullproof.aspectj

├─ com.github.wnameless.nullproof.aspectj.AbstractNullProofAspect.class - [JAR]

├─ com.github.wnameless.nullproof.aspectj.NullProofAspect.class - [JAR]

Advertisement