@Documented @Target(value={TYPE_USE,PARAMETER,METHOD,FIELD,LOCAL_VARIABLE}) @Retention(value=SOURCE) public @interface NullableElements
iterable or array are nullable.
Even though Java 1.8 now supports type annotations, this annotation is still useful to avoid ambiguity in case of arrays.NonNullableElementsCopyright © 2017. All rights reserved.