blob: a0599cf0477b329b9abb62c18d4dd1156e897b98 [file] [log] [blame]
package javax.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface CheckForNull {}