It will be nice to have a checkbox with settings to disable checkstyle warnings for javadoc when there is no description for @param tag. In enterprise system we have for example Gui Controller which take in constructor four services. The names of the service are sels explained and there is no need to descripte the @param tags. But if there is not description for @param tag then checkstyle shows javadoc missing warning.
That seems to be a feature request for the Checkstyle core itself, please file over there.