Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 5a5ea5a

Browse files
committed
Merge pull request #25 from lorrin/patch-1
Update README.md
2 parents 740809b + 662d8c2 commit 5a5ea5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ Preconditions:
8484

8585
- class Person must be compiled with Java 8 compliant compiler with option to store formal parameter names turned on (`-parameters` option). For more information about Java 8 API for accessing parameter names at runtime see [this][2]
8686
- if there are multiple visible constructors and there is no default constructor, `@JsonCreator` is required to select constructor for deserialization
87-
- if used with `jackson-databind` lower than `2.6.0`, `@JsonCreator` is required
87+
- if used with `jackson-databind` lower than `2.6.0`, `@JsonCreator` is required. In practice, `@JsonCreator` is also often required with `2.6.0+` due to issues with constructor discovery that will be resolved in `2.7`.
8888

8989
## More
9090

9191
See [Wiki](../../wiki) for more information (javadocs, downloads).
9292

9393
[1]: http://jackson.codehaus.org/1.1.2/javadoc/org/codehaus/jackson/annotate/JsonProperty.html
94-
[2]: http://docs.oracle.com/javase/tutorial/reflect/member/methodparameterreflection.html
94+
[2]: http://docs.oracle.com/javase/tutorial/reflect/member/methodparameterreflection.html

0 commit comments

Comments
 (0)