Class JavadocRegexpCheck

All Implemented Interfaces:
Configurable, Contextualizable

Checks that Javadoc comments do not match a configured regular expression.

The check can operate on raw Javadoc source or on the text visible to readers. Raw matching includes Javadoc tags, HTML tags, HTML attributes, and formatting characters. Visible-text matching ignores markup and matches only Javadoc text content.

Since:
13.10.0