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