NotBlank

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

Validates that the string property value is not blank.