Skip to content

Commit c8977c0

Browse files
committed
Javadoc regenerated
1 parent a3eba3d commit c8977c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apidocs/com/google/mu/annotations/ParametersMustMatchByName.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ <h1 title="Annotation Interface ParametersMustMatchByName" class="title">Annotat
115115
redundancy mandated by <code>builder.setWidth(width)</code>. The most concise code is also the safe
116116
code, guaranteed by the compile-time plugin.
117117

118-
<p>For literal string or number parameters, the parameter name matching rule is relaxed if the
119-
corresponding method parameter's type is unique (no other parameters share the same type).
118+
<p>For literal parameters (string, int, enum constant, class literals), the parameter name
119+
matching rule is relaxed if the corresponding method parameter's type is unique
120+
(no other parameters share the same type).
120121

121122
<p>Note that method references used as functional interfaces are not checked for parameter
122123
name matching between the method declaration and the functional interface's method names.

0 commit comments

Comments
 (0)