File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/fasterxml/jackson/annotation Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments