typically I would say `@Size(min = 1)` and inside ...
# android
t
typically I would say
@Size(min = 1)
and inside the method immediate do a
require(someListArg.isNotEmpty()) { "argument must not be empty" }