public class GroupSequenceCheck extends AnnotationParametersAbstractCheck
annotationApiHelper| Constructor and Description |
|---|
GroupSequenceCheck(AnnotationApiHelper annotationApiHelper,
Types typeUtils,
ConstraintHelper constraintHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ConstraintCheckIssue> |
doCheck(Element element,
AnnotationMirror annotation)
Method which actually performs the validation of the annotation parameters.
|
canCheckThisAnnotation, checkAnnotationType, checkField, checkMethod, checkNonAnnotationTypepublic GroupSequenceCheck(AnnotationApiHelper annotationApiHelper, Types typeUtils, ConstraintHelper constraintHelper)
protected Set<ConstraintCheckIssue> doCheck(Element element, AnnotationMirror annotation)
AnnotationParametersAbstractCheckdoCheck in class AnnotationParametersAbstractCheckelement - annotated elementannotation - annotation to processConstraintCheckIssue errors if there are any validation issues with the annotation
parametersCopyright © 2007-2021 Red Hat, Inc. All Rights Reserved