Annotation Interface RequireElementNonempty


@Documented @Retention(RUNTIME) public @interface RequireElementNonempty
Designates that the method throws RequireElementNonEmptyException when each element of annotated arrays or collections is empty. (= null or blank(""))

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