Searched defs:annotationMirror (Results 1 – 2 of 2) sorted by relevance
47 private final AnnotationMirror annotationMirror; field in Scope49 private Scope(@Nullable AnnotationMirror annotationMirror) { in Scope()
116 AnnotationMirror annotationMirror, String elementName) { in convertClassArrayToListOfTypes()