NotEmpty

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class NotEmpty

Validates that the string or collection property value is not empty.