Skip to content

Commit 8e31a1b

Browse files
committed
Clarify meaning of 'creator method'
1 parent ccd59e2 commit 8e31a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public class FactoryBean
310310
}
311311
```
312312

313-
Note that use of a "creator method" does not preclude use of setters: you
313+
Note that use of a "creator method" (`@JsonCreator` with `@JsonProperty` annotated arguments) does not preclude use of setters: you
314314
can mix and match properties from constructor/factory method with ones that
315315
are set via setters or directly using fields.
316316

0 commit comments

Comments
 (0)