Searched refs:mAnnotationHandlers (Results 1 – 1 of 1) sorted by relevance
38 private final Map<String, AnnotationHandler> mAnnotationHandlers; field in AnnotationVisitor52 mAnnotationHandlers = handlers; in AnnotationVisitor()86 if (mAnnotationHandlers.containsKey(a.getAnnotationType())) { in handleAnnotations()89 mAnnotationHandlers.get(a.getAnnotationType()).handleAnnotation(a, context); in handleAnnotations()