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

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

See:
          Description

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.
 

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

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



Copyright © 2001-2010. All Rights Reserved.