com.puppycrawl.tools.checkstyle.checks.design
public class FinalClassCheck extends Check
Checks that class which has only private ctors is declared as final.
An example of how to configure the check is:
<module name="FinalClass"/>
| Method Summary | |
|---|---|
| int[] | getDefaultTokens() |
| void | leaveToken(DetailAST aAST) |
| void | visitToken(DetailAST aAST) |