Package com.puppycrawl.tools.checkstyle.checks.modifier

Contains the modifier checks that are bundled with the main distribution.

Class Summary

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.
Contains the modifier checks that are bundled with the main distribution.