Modifier and Type | Method and Description |
---|---|
protected List<org.revapi.Difference> |
CheckBase.doVisitAnnotation(JavaAnnotationElement oldAnnotation,
JavaAnnotationElement newAnnotation) |
List<org.revapi.Difference> |
Check.visitAnnotation(JavaAnnotationElement oldAnnotation,
JavaAnnotationElement newAnnotation)
Visiting annotation is slightly different, because it is not followed by the standard
Check.visitEnd() call. |
List<org.revapi.Difference> |
CheckBase.visitAnnotation(JavaAnnotationElement oldAnnotation,
JavaAnnotationElement newAnnotation)
Please override the
CheckBase.doVisitAnnotation(JavaAnnotationElement, JavaAnnotationElement)
instead. |
Copyright © 2014-2021 Lukas Krejci. All Rights Reserved.