Skip to content

Commit a81a9e2

Browse files
nhcohenronshapiro
authored andcommitted
Add sentence to AutoValue user guide to explain where the order of the constructor parameters comes from.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=240764093
1 parent cf61cff commit a81a9e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

value/userguide/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ abstract class Animal {
6565
}
6666
```
6767

68+
The constructor parameters correspond, in order, to the abstract accessor
69+
methods.
70+
6871
Note that in real life, some classes and methods would presumably be public and
6972
have Javadoc. We're leaving these off in the User Guide only to keep the
7073
examples short and simple.

0 commit comments

Comments
 (0)