Searched refs:annotationType (Results 1 – 4 of 4) sorted by relevance
55 val annotationType = annotations.firstOrNull() ?: return false regex56 val annotatedElements = roundEnv.getElementsAnnotatedWith(annotationType)60 val mapping = generateIntDefMapping(annotatedElement, annotationType)75 annotationType: TypeElement82 .first { it.annotationType.asElement() == annotationType }
65 final TypeMirror annotationType = annotation.getAnnotationType().asElement().asType(); in exactlyOneMirror() local66 if (mTypeUtils.isSameType(annotationType, targetType)) { in exactlyOneMirror()99 final TypeMirror annotationType = namedElement.asType(); in hasAnnotation() local102 if (mTypeUtils.isSubtype(annotation.getAnnotationType(), annotationType)) { in hasAnnotation()
117 … return if (ann.annotationType.toString().startsWith("com.android.internal.util.DataClass")) {141 .find { it.annotationType.toString() == DATACLASS_ANNOTATION_NAME }206 it.annotationMirrors.any { "Generated" in it.annotationType.toString() }213 return generatedAnnotation!!.qualifiedName.toString() == ann.annotationType.toString()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...