Modifiers Checks
| ClassMemberImpliedModifier | Checks for implicit modifiers on nested types in classes and records. | 
| InterfaceMemberImpliedModifier | Checks for implicit modifiers on interface members and nested types. | 
| ModifierOrder | Checks that the order of modifiers conforms to the suggestions in the Java Language specification, § 8.1.1, 8.3.1, 8.4.3 and 9.4. | 
| RedundantModifier | Checks for redundant modifiers. | 






