|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Contains the Annotation checks that are bundled with the main distribution.
|
Back to the Checkstyle Home Page | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |