Annotation Interface ValidMethod


@Target(METHOD) @Retention(RUNTIME) public @interface ValidMethod
Place on a method to execute validations on the parameters and return types
  • Element Details

    • locale

      String locale
      Default:
      ""
    • throwOnParamFailure

      boolean throwOnParamFailure
      Default:
      true