Class UnnecessarySemicolonAfterOuterTypeDeclarationCheck

All Implemented Interfaces:
Configurable, Contextualizable

Checks if unnecessary semicolon is used after type declaration.

This check is not applicable to nested type declarations, UnnecessarySemicolonAfterTypeMemberDeclaration is responsible for it.

Parent is com.puppycrawl.tools.checkstyle.TreeWalker

Violation Message Keys:

  • unnecessary.semicolon
Since:
8.31