Validates a string only if its length is shorter or equals to the given value.
@Min(10)
See Implementation
Validates a string only if its length is shorter or equals to the given value.