Reports a method that is declared final.

Such methods can't be overridden and may indicate a lack of object-oriented design. Some coding standards discourage final methods.