Package com.github.sevntu.checkstyle.checks.annotation
Contains the Annotation checks that
are bundled with the main distribution.
-
Class Summary Class Description ForbidAnnotationCheck Forbid specific annotation of variable,methods,class,package and other.ForbidAnnotationElementValueCheck Forbids specific element value for specific annotation.RequiredParameterForAnnotationCheck Check that annotation is used with all required parameters.