kemitix-checkstyle-ruleset/builder/src/main/resources/rules/JavadocMethod.md

3 lines
161 B
Markdown
Raw Normal View History

Checks that all public, protected and package methods have a Javadoc block, that all `@throws` tags are used. Basic setters and getters do not require javadoc.