Annotation Interface MaybeNull


@Documented @Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) @Nonnull(when=MAYBE) @TypeQualifierNickname public @interface MaybeNull
Indicates that a field, method or parameter can sometimes be null.