We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf61cff commit a81a9e2Copy full SHA for a81a9e2
value/userguide/index.md
@@ -65,6 +65,9 @@ abstract class Animal {
65
}
66
```
67
68
+The constructor parameters correspond, in order, to the abstract accessor
69
+methods.
70
+
71
Note that in real life, some classes and methods would presumably be public and
72
have Javadoc. We're leaving these off in the User Guide only to keep the
73
examples short and simple.
0 commit comments