Annotation Type ValidatedParameter


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface ValidatedParameter
    Variant of JSR-303's jakarta.validation.Valid, supporting the specification of validation groups.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?>[] value  
    • Element Detail

      • value

        Class<?>[] value
        Default:
        {}