Annotation 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.