Class JavadocTagContinuationIndentationCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public class JavadocTagContinuationIndentationCheck
    extends AbstractJavadocCheck

    Checks the indentation of the continuation lines in at-clauses.

    Default configuration:

     <module name="JavadocTagContinuationIndentation">
         <property name="offset" value="4"/>
     </module>
     
    • Field Detail

      • MSG_KEY

        public static final String MSG_KEY
        A key is pointing to the warning message text in "messages.properties" file.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JavadocTagContinuationIndentationCheck

        public JavadocTagContinuationIndentationCheck()