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

Commit

Permalink
Merge pull request #25 from lorrin/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cowtowncoder committed Sep 9, 2015
2 parents 740809b + 662d8c2 commit 5a5ea5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ Preconditions:

- 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]
- if there are multiple visible constructors and there is no default constructor, `@JsonCreator` is required to select constructor for deserialization
- if used with `jackson-databind` lower than `2.6.0`, `@JsonCreator` is required
- 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`.

## More

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

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

0 comments on commit 5a5ea5a

Please sign in to comment.