Skip to content

Commit 4fb3f97

Browse files
committed
Fix #276: minor javadoc addition
1 parent 724a06c commit 4fb3f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/fasterxml/jackson/annotation/JsonFormat.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
/**
88
* General-purpose annotation used for configuring details of how
9-
* values of properties are to be serialized.
9+
* values of properties are to be serialized and deserialized.
1010
* Unlike most other Jackson annotations, annotation does not
11-
* have specific universal interpretation: instead, effect depends on datatype
11+
* have specific universal interpretation: instead, effects depend on datatype
1212
* of property being annotated (or more specifically, deserializer
1313
* and serializer being used).
1414
*<p>
@@ -19,7 +19,7 @@
1919
*<p>
2020
* As of Jackson 2.18, known special handling includes:
2121
*<ul>
22-
* <li>{@link java.util.Date} or {@link java.util.Calendar} : Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
22+
* <li>{@link java.util.Date} or {@link java.util.Calendar}: Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
2323
* pattern may contain {@link java.text.SimpleDateFormat}-compatible pattern definition.
2424
* </li>
2525
* <li>{@code java.time.*}: Types in the {@code java.time} package can use

0 commit comments

Comments
 (0)