Annotation Interface KorRRN
@Incubating
@Documented
@Constraint(validatedBy={})
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
@ReportAsSingleViolation
public @interface KorRRN
Checks that the annotated character sequence is a valid Korean resident registration number.
- Author:
- Taewoo Kim
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Defines several@KorRRN
annotations on the same element.static enum
Defines the validation rules this constraint applies to the Korean resident registration number. -
Optional Element Summary
Optional Elements
-
Element Details
-
message
String message- Default:
"{org.hibernate.validator.constraints.kor.KorRRN.message}"
-
groups
Class<?>[] groups- Default:
{}
-
payload
- Default:
{}
-
validateCheckDigit
KorRRN.ValidateCheckDigit validateCheckDigit- Default:
NEVER
-