Strong +1. I've been wanting to suggest the same, but I just didn't get around to writing a proposal.
When I was looking into this, I came across the
"ParameterComment" errorprone rule, which I believe could be useful. This enforces that contributors use the `
/* foo= */ value` style of comment, as opposed to the comment styles that are incompatible with the errorprone check. This is not to be confused with the
ParameterName rule we already enabled, which is the rule that emits an error if the comment mismatches with the actual parameter name.