Annotation Interface ParamValidators


@Target({METHOD,PARAMETER}) @Retention(RUNTIME) public @interface ParamValidators
Marks the validation for method/parameter value(s).
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Validator<?>>[]