ryber opened a new issue, #1322:
URL: https://github.com/apache/maven-javadoc-plugin/issues/1322
### New feature, improvement proposal
Hello,
Currently when a class only has a default constructor that is not
explicitly coded you get a warning of `"use of default constructor, which does
not provide a comment"`. Currently the only way to "fix" this is to give the
class a default constructor with a comment or to turn off missing warnings
entirely with the `-missing ` flag which is broad and disables ALL missing
things, including the ones I want.
I don't like the idea of having to put needless code in place ONLY to make a
plugin happy. I would like to be able to suppress only this warning. Open to
other suggestions as well.
Thanks you for your time on this project. It's really great.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]