Class NoJavadocForOverriddenMethodsCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public final class NoJavadocForOverriddenMethodsCheck
    extends AbstractCheck
    Checks that there is no Javadoc for inherited methods. Users may have a different understanding of your method based on whether they examine the method in the supertype or the subtype and it may cause confusion.
    Since:
    0.16