Checkstyle: check for proper sentence ending of JavaDoc @param/@return/etc
We recently had various instances in reviews where missing .
s were noted, such as:
And there was a question why Checkstyle doesn't check for this:
We can check for it with Checkstyle, using a custom regex.