Skip to content

Commit a305435

Browse files
committed
Minor javadoc improvement for @JsonAnyGetter
1 parent f523403 commit a305435

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
/**
99
* Marker annotation that can be used to define a non-static,
10-
* no-argument method to be an "any getter"; accessor for getting
10+
* no-argument {@link java.lang.reflect.Method} (or {@link java.lang.reflect.Field})
11+
* to be used as an "any getter"; accessor for getting
1112
* a set of key/value pairs, to be serialized as part of containing POJO
1213
* (similar to unwrapping) along with regular property values it has.
1314
* This typically serves as a counterpart

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* {@code pattern} may specify {@link java.text.SimpleDateFormat}-compatible
4242
* pattern definitions.
4343
* </li>
44-
* <li>For {@code java.time.*} types:
44+
* <li>For {@code java.time.*} types:
4545
* {@code pattern} may specify {@link java.time.format.DateTimeFormatter}-compatible
4646
* pattern definitions.
4747
* </li>

0 commit comments

Comments
 (0)