Package javax.annotation
Annotation Type CheckForNull
@Documented
@TypeQualifierNickname
@Nonnull(when=MAYBE)
@Retention(RUNTIME)
public @interface CheckForNull
The annotated element might be null, and uses of the element should check for null.
When this annotation is applied to a method it applies to the method return value.