Class JavadocEndCommentDelimiterCheck

All Implemented Interfaces:
Configurable, Contextualizable

Checks that the Javadoc closing delimiter contains exactly one asterisk before the slash.

The closing delimiter of a Javadoc comment is */. This check reports Javadoc comments whose closing delimiter is preceded by another asterisk, such as **/ or ***/.

Since:
14.1.0