Annotation Type Nullable
@Target({METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Nonnull(when=MAYBE) @TypeQualifierNickname public @interface Nullable
A common annotation to declare that annotated elements can be
null under
some circumstance.