Package com.puppycrawl.tools.checkstyle.checks.annotation
Contains the Annotation checks that are
bundled with the main distribution.
-
Class Summary Class Description AnnotationLocationCheck Check location of annotation on language elements.AnnotationOnSameLineCheck The check does verifying that annotations are located on the same line with their targets.AnnotationUseStyleCheck This check controls the style with the usage of annotations.MissingDeprecatedCheck Verifies that both the @Deprecated annotation is present and the @deprecated javadoc tag are present when either one is present.MissingOverrideCheck Verifies 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 Enum Description 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.