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.
@Var
1 parent 9d66272 commit 07c1a7cCopy full SHA for 07c1a7c
docs/bugpattern/Var.md
@@ -18,4 +18,4 @@ Since Java 8 can infer whether a local variable or parameter is effectively
18
explicitly marking local variables and parameters as `final` is discouraged.
19
20
The annotation can also be applied to fields to indicate that the field is
21
-deliberately non-final, but the use of @Var on fields is not required.
+deliberately non-final, but the use of `@Var` on fields is not required.
0 commit comments