Annotation Interface RequireNonempty


@Documented @Retention(RUNTIME) public @interface RequireNonempty
Designates that the method throws RequireNonEmptyException when the annotated arguments is empty. (= null or blank(""))

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