Class JavadocEmptyLineCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public final class JavadocEmptyLineCheck
    extends AbstractCheck
    Check for empty line at the beginning and at the end of Javadoc.

    You can't have empty line at the beginning or at the end of Javadoc.

    The following red lines in class Javadoc will be reported as violations.

     /**
      *
      * This is my class.
      *
      */
     public final class Foo {
         // ...
     
    Since:
    0.17