Searched refs:handleAnnotation (Results 1 – 6 of 6) sorted by relevance
51 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in CovariantReturnTypeHandler55 handleAnnotation(annotation, (AnnotatedMemberContext) context); in handleAnnotation()58 private void handleAnnotation(AnnotationEntry annotation, AnnotatedMemberContext context) { in handleAnnotation() method in CovariantReturnTypeHandler
98 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in UnsupportedAppUsageAnnotationHandler
45 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in RepeatedAnnotationHandler61 mWrappedHandler.handleAnnotation(aev.getAnnotationEntry(), context); in handleAnnotation()
31 protected abstract void handleAnnotation(AnnotationEntry annotation, AnnotationContext context); in handleAnnotation() method in AnnotationHandler
89 mAnnotationHandlers.get(a.getAnnotationType()).handleAnnotation(a, context); in handleAnnotations()
88 protected void handleAnnotation(AnnotationEntry annotation, in handleAnnotation() method in RepeatedAnnotationHandlerTest.TestAnnotationHandler