Searched defs:getAnnotationMirror (Results 1 – 9 of 9) sorted by relevance
76 static Optional<AnnotationMirror> getAnnotationMirror(Element element, String annotationName) { in getAnnotationMirror() method in MemoizedValidator
232 public static Optional<AnnotationMirror> getAnnotationMirror(Element element, in getAnnotationMirror() method in MoreElements
196 public static AnnotationMirror getAnnotationMirror(AnnotationValue value) { in getAnnotationMirror() method in AnnotationValues
88 public static AnnotationMirror getAnnotationMirror(Types types, Element element, in getAnnotationMirror() method in Helpers
468 private static AnnotationMirror getAnnotationMirror(Element element, TypeElement annotation) { in getAnnotationMirror() method in OperatorProcessor
227 public static Optional<AnnotationMirror> getAnnotationMirror( in getAnnotationMirror() method in DaggerElements
183 public void getAnnotationMirror() { in getAnnotationMirror() method in AnnotationValuesTest
203 public void getAnnotationMirror() { in getAnnotationMirror() method in MoreElementsTest
1089 static Optional<AnnotationMirror> getAnnotationMirror(Element element, String annotationName) { in getAnnotationMirror() method in AutoValueOrOneOfProcessor