Class NonEmptyAtclauseDescriptionCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public class NonEmptyAtclauseDescriptionCheck
    extends AbstractJavadocCheck
    Checks that the at-clause tag is followed by description . Default configuration that will check @param, @return, @throws, @deprecated to:
     <module name="NonEmptyAtclauseDescription"/>
     
    • Field Detail

      • MSG_KEY

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

      • NonEmptyAtclauseDescriptionCheck

        public NonEmptyAtclauseDescriptionCheck()