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 4b0e9b0 commit b8a966aCopy full SHA for b8a966a
docs/style-guide.md
@@ -78,9 +78,9 @@ packages contain implementation details that should not be used by external cons
78
79
### `final` keyword usage
80
81
-Public non-internal classes should be declared `final` where possible.
+Public non-internal non-test classes should be declared `final` where possible.
82
83
-Methods should only be declared `final` if they are in public non-internal non-final classes.
+Methods should only be declared `final` if they are in public non-internal non-test non-final classes.
84
85
Fields should be declared `final` where possible.
86
0 commit comments