Annotation Interface PostalStateAbbreviation
@Documented
@Target({METHOD,FIELD,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
@Constraint(validatedBy=PostalStateAbbreviationValidator.class)
public @interface PostalStateAbbreviation
This constraint will enforce the value to be equal to one of the
recognized US postal state abbreviations.
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements