File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ In addition, the Spring
2727[ format annotations] ( https://docs.spring.io/spring-framework/reference/core/validation/format.html#format-annotations-api )
2828are also supported:
2929
30- * ` @NumberFormat ` for formatting ` Number ` values such as ` Double ` and ` Long `
31- * ` @DurationFormat ` for formatting ` java.time.Duration ` values in ISO-8601 and simplified styles
32- * ` @DateTimeFormat ` for formatting values such as ` java.util.Date ` , ` java.util.Calendar ` , and ` Long ` (for millisecond
30+ * ` @NumberFormat ` to format ` Number ` values such as ` Double ` and ` Long `
31+ * ` @DurationFormat ` to format ` java.time.Duration ` values in ISO-8601 and simplified styles
32+ * ` @DateTimeFormat ` to format values such as ` java.util.Date ` , ` java.util.Calendar ` , and ` Long ` (for millisecond
3333 timestamps) as well as JSR-310 ` java.time ` types
3434
3535## Requirements
You can’t perform that action at this time.
0 commit comments