Package com.puppycrawl.tools.checkstyle.checks.annotation

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

See:
          Description

Class Summary
AnnotationUseStyleCheck This check controls the style with the usage of annotations.
MissingDeprecatedCheck This class is used to verify that both the Deprecated annotation and the deprecated javadoc tag are present when either one is present.
MissingOverrideCheck This class is used to verify that the Override annotation is present when the inheritDoc javadoc tag is present.
PackageAnnotationCheck This check makes sure that all package annotations are in the package-info.java file.
SuppressWarningsCheck This check allows you to specify what warnings that SuppressWarnings is not allowed to suppress.
 

Enum Summary
AnnotationUseStyleCheck.ClosingParens Defines the two styles for defining elements in an annotation.
AnnotationUseStyleCheck.ElementStyle Defines the styles for defining elements in an annotation.
AnnotationUseStyleCheck.TrailingArrayComma Defines the two styles for defining elements in an annotation.
 

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

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



Copyright © 2001-2014. All Rights Reserved.