Pattern: Missing java.lang.Override
annotation when {@inheritDoc}
tag exists
Issue: -
Verifies that the java.lang.Override
annotation is present when the {@inheritDoc}
Javadoc tag is present.
To configure the check:
<module name="MissingOverride"/>
To configure the check for the javaFiveCompatibility
mode:
<module name="MissingOverride">
<property name="javaFiveCompatibility"
value="true"/>
</module>