This error is triggered by a malformed inline tag, anywhere @{tag appears instead of {@tag inside a Javadoc comment. See javadoc documentation for more explanation on the use of inline tags.

Suppression

Suppress by applying @SuppressWarnings("MalformedInlineTag") to the element being documented.