Join Slack
Powered by
typically I would say `@Size(min = 1)` and inside ...
# android
t
trevjones
09/20/2017, 7:45 PM
typically I would say
@Size(min = 1)
and inside the method immediate do a
require(someListArg.isNotEmpty()) { "argument must not be empty" }
Open in Slack
Previous
Next