Reports any module declarations, classes, fields, or methods which have the @deprecated javadoc tag but do not have the @java.lang.Deprecated annotation.

This inspection only reports if the language level of the project or module is 5 or higher

Use the checkbox below to warn on symbols annotated with @Deprecated without a corresponding explanation in a @deprecated Javadoc tag.