Searched defs:annotationMirror (Results 1 – 6 of 6) sorted by relevance
57 static Name simpleName(AnnotationMirror annotationMirror) { in simpleName()67 AnnotationMirror annotationMirror, String name) { in getTypeListValue()
49 static AnnotationProto toProto(AnnotationMirror annotationMirror) { in toProto()
44 TypeMirror annotationMirror = annotationElement.asType(); in getAnnotation() local
458 AnnotationMirror annotationMirror = in checkExpansionOptions() local
157 AnnotationMirror annotationMirror = getAnnotationMirror(method, annotation).get(); in validateMapKeyMatchesBindsParameter() local
69 public static AnnotationValue getAnnotationTypeMirrorValue(AnnotationMirror annotationMirror, in getAnnotationTypeMirrorValue()