@Documented @Target(value={TYPE_USE,PARAMETER,METHOD,FIELD,LOCAL_VARIABLE}) @Retention(value=SOURCE) public @interface NonNullableElements
iterable or array are non-nullable.
Even though Java 1.8 now supports type annotations, this annotation is still useful for contract generation and arrays.NullableElementsCopyright © 2017. All rights reserved.