Reports any 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 project or module is configured to use a language level of 5.0 or higher.

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