Reports methods overriding superclass methods without the @java.lang.Override annotation.

Annotating methods improves code readability since it shows the intent. In addition, the compiler emits an error when a signature of the overridden method doesn't match the superclass method.

Configure the inspection:

This inspection is only applicable if the language level of a project or module is five or higher.