Annotation Interface ValidatedGroup


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD,PARAMETER}) public @interface ValidatedGroup
Validation Group
Author:
fangwei
date:
2022-09-20
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
    Determine the validation groups, which are Class objects of the validation groups
  • Element Details

    • value

      Class<?>[] value
      Determine the validation groups, which are Class objects of the validation groups
      Returns:
      An array of Class objects representing the validation groups
      Default:
      {}