Searched refs:mTypeUtils (Results 1 – 1 of 1) sorted by relevance
43 private final Types mTypeUtils; field in AnnotationUtils47 mTypeUtils = processingEnv.getTypeUtils(); in AnnotationUtils()66 if (mTypeUtils.isSameType(annotationType, targetType)) { in exactlyOneMirror()102 if (mTypeUtils.isSubtype(annotation.getAnnotationType(), annotationType)) { in hasAnnotation()