See: Description
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 |
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 | 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.
|
Copyright © 2001–2018. All rights reserved.