Searched refs:annotationMirror (Results 1 – 6 of 6) sorted by relevance
47 private final AnnotationMirror annotationMirror; field in Scope49 private Scope(@Nullable AnnotationMirror annotationMirror) { in Scope() argument50 this.annotationMirror = annotationMirror; in Scope()77 return annotationMirror != null; in isPresent()84 return annotationMirror != null in isSingleton()85 && isTypeOf(Singleton.class, annotationMirror.getAnnotationType()); in isSingleton()110 Preconditions.checkState(annotationMirror != null, in getQualifiedName()112 TypeElement typeElement = MoreTypes.asTypeElement(annotationMirror.getAnnotationType()); in getQualifiedName()127 .equivalent(this.annotationMirror, that.annotationMirror); in equals()135 return AnnotationMirrors.equivalence().hash(annotationMirror); in hashCode()[all …]
116 AnnotationMirror annotationMirror, String elementName) { in convertClassArrayToListOfTypes() argument117 return TO_LIST_OF_TYPES.visit(getAnnotationValue(annotationMirror, elementName), elementName); in convertClassArrayToListOfTypes()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...