Annotation Type NullableElements
@Documented @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER}) public @interface NullableElements
Indicates that the annotated collection may contain null elements and, if mutable, null
elements may be added to it safely.