blob: a4089fafc42d2d3484ed8d60d39dfdb9fc5e2572 [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/Nullable.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 Nullable {}