Annotation Type Country_ISO3166


@Documented
@Constraint(validatedBy=CountryIso3166Constraint.class)
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
public @interface Country_ISO3166
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String businessCode  
    String message  
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    org.springframework.http.HttpMethod[] excludes  
    Class<?>[] groups  
    boolean isNulleable  
    Class<? extends javax.validation.Payload>[] payload