blob: ee8eb707460f60b1ea1db1f9f3a9141a8ce68d7c [file] [log] [blame]
// Upstream version (this is a clean-room reimplementation of its interface):
// http://svn.code.sf.net/p/jmlspecs/code/JMLAnnotations/trunk/src/org/jmlspecs/annotation/NonNull.java
package org.jmlspecs.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface NonNull {}