Package com.puppycrawl.tools.checkstyle.checks.modifier
Contains the modifier checks that are bundled with the main distribution.
-
Class Summary Class Description ModifierOrderCheck Checks that the order of modifiers conforms to the suggestions in the Java Language specification, sections 8.1.1, 8.3.1 and 8.4.3.RedundantModifierCheck Checks for redundant modifiers in interface and annotation definitions, final modifier on methods of final classes, innerinterface
declarations that are declared asstatic
, non public class constructors and enum constructors, nested enum definitions that are declared asstatic
.