Skip to content

Commit

Permalink
Add clarification in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Takhion authored May 28, 2017
1 parent 4114c65 commit ed9f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ This will read/write 3 extras:

* `com.example.IntentOptions::currentUser::id` with type `Long`
* `com.example.IntentOptions::currentUser::email` with type `String`
* `com.example.IntentOptions::currentUser::birthday` with type `LocalDate`
* `com.example.IntentOptions::currentUser::birthday` with type `LocalDate` ([which is actually `String`](#custom-types))

Note that this is made possible by passing a custom prefix for the nested property names, which is going to be the default delegate name for the "super delegate" (in this case `com.example.IntentOptions::currentUser`).

Expand Down

0 comments on commit ed9f383

Please sign in to comment.