I am trying to use @ValidateWithMethod to validate a property. I have two very different custom validations. I want to put them in separate methods so that I can have different messages. However, placing two separate @ValidateWithMethod attributes results in a 'duplicate annotation' compilation error.
What is the thing you're supposed to do in this scenario?