Uses of Interface
org.revapi.java.spi.JavaAnnotationElement
-
-
Uses of JavaAnnotationElement in org.revapi.java.spi
Methods in org.revapi.java.spi with parameters of type JavaAnnotationElement Modifier and Type Method 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 standardCheck.visitEnd()
call.List<org.revapi.Difference>
CheckBase. visitAnnotation(JavaAnnotationElement oldAnnotation, JavaAnnotationElement newAnnotation)
Please override theCheckBase.doVisitAnnotation(JavaAnnotationElement, JavaAnnotationElement)
instead.
-