Annotation Type Word
-
@Documented @Constraint(validatedBy=WordConstraint.class) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Repeatable(List.class) public @interface Word
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringbusinessCodeStringmessage
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanallowSpacesorg.springframework.http.HttpMethod[]excludesClass<?>[]groupsbooleanisNulleableintmaxintminClass<? extends javax.validation.Payload>[]payload
-