Class JavadocPackageCheck

All Implemented Interfaces:
Configurable, Contextualizable, FileSetCheck

Checks that each Java package has a Javadoc file used for commenting. By default, it only allows a package-info.java file, but can be configured to allow a package.html file.

A violation will be reported if both files exist as this is not allowed by the Javadoc tool.

Since:
5.0