Annotation Interface RequireElementNonnull


@Documented @Retention(RUNTIME) public @interface RequireElementNonnull
Designates that the method throws RequireElementNonNullException when each element of annotated arrays or collections is null.

This annnotation does nothing. Just for the explanation of the implementation of the method to developers.