Class InnerTypeLastCheck

All Implemented Interfaces:
Configurable, Contextualizable

public class InnerTypeLastCheck extends AbstractCheck
Checks nested (internal) classes/interfaces are declared at the bottom of the primary (top-level) class after all init and static init blocks, method, constructor and field declarations.

Parent is com.puppycrawl.tools.checkstyle.TreeWalker

Violation Message Keys:

  • arrangement.members.before.inner
Since:
5.2