Inheritence of validator annotations

2008-04-01 Thread Allen, Daniel
Hi, all. I have a superclass where almost all of the subclasses will require several validations for a particular field, but one subclass will use some but not all of those validations. I know that you can add @SkipValidation to avoid all validators, but is there something that you can use to

Re: Inheritence of validator annotations

2008-04-01 Thread Jeromy Evans
Allen, Daniel wrote: Hi, all. I have a superclass where almost all of the subclasses will require several validations for a particular field, but one subclass will use some but not all of those validations. I know that you can add @SkipValidation to avoid all validators, but is there something