Searched refs:currentAnnotation (Results 1 – 1 of 1) sorted by relevance
60 protected AnnotationMirror currentAnnotation; field in Validator73 if (currentAnnotation == null) { in getCurrentAnnotation()74 currentAnnotation = Helpers.getAnnotationMirror(types, currentElement, annotationType); in getCurrentAnnotation()76 return currentAnnotation; in getCurrentAnnotation()99 currentAnnotation = null; in init()