public class CrossParameterConstraintCheck extends AbstractConstraintCheck
ConstraintTarget.ConstraintTarget#IMPLICIT as default return value.| Constructor and Description |
|---|
CrossParameterConstraintCheck(AnnotationApiHelper annotationApiHelper,
ConstraintHelper constraintHelper,
Types typeUtils) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckIssue> |
checkAnnotationType(TypeElement element,
AnnotationMirror annotation)
Checks, whether the given annotation is allowed at the given annotation
type declaration.
|
checkField, checkMethod, checkNonAnnotationTypepublic CrossParameterConstraintCheck(AnnotationApiHelper annotationApiHelper, ConstraintHelper constraintHelper, Types typeUtils)
public Set<ConstraintCheckIssue> checkAnnotationType(TypeElement element, AnnotationMirror annotation)
ConstraintCheckcheckAnnotationType in interface ConstraintCheckcheckAnnotationType in class AbstractConstraintCheckelement - An annotated annotation type declaration.annotation - An annotation at that annotation type.Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved