Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 440 Bytes

InnerTypeLast.md

File metadata and controls

20 lines (11 loc) · 440 Bytes

Pattern: Inner class or interface not declared at the bottom of the class

Issue: -

Description

Check nested (inner) classes/interfaces are declared at the bottom of the class after all method and field declarations.

Examples

To configure the check:

<module name="InnerTypeLast"/>

Further Reading