Browse Source

Remove reference to deprecated Joda Time support in @DateTimeFormat Javadoc

Closes gh-26825
pull/26836/head
Sviatoslav Hryb 4 years ago committed by GitHub
parent
commit
7303680369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

2
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

@ -27,7 +27,7 @@ import java.lang.annotation.Target; @@ -27,7 +27,7 @@ import java.lang.annotation.Target;
*
* <p>Supports formatting by style pattern, ISO date time pattern, or custom format pattern string.
* Can be applied to {@link java.util.Date}, {@link java.util.Calendar}, {@link Long} (for
* millisecond timestamps) as well as JSR-310 {@code java.time} and Joda-Time value types.
* millisecond timestamps) as well as JSR-310 {@code java.time}.
*
* <p>For style-based formatting, set the {@link #style} attribute to the desired style pattern code.
* The first character of the code is the date style, and the second character is the time style.

Loading…
Cancel
Save