Searched refs:mAnnotationMirror (Results 1 – 1 of 1) sorted by relevance
34 private final @Nullable AnnotationMirror mAnnotationMirror; field in ProcessingException59 mAnnotationMirror = annotationMirror; in ProcessingException()70 if (mAnnotationMirror != null) { in print()73 ERROR, getMessage(), mElement, mAnnotationMirror, mAnnotationValue); in print()75 messager.printMessage(ERROR, getMessage(), mElement, mAnnotationMirror); in print()