Validates a string only if its length is longer or equals to the given value.
@Max(100)
See Implementation
Validates a string only if its length is longer or equals to the given value.