Searched refs:annotationName (Results 1 – 3 of 3) sorted by relevance
226 String annotationName, String containerAnnotationName, in addRepeatedAnnotationHandlers() argument229 .put(annotationName, handler) in addRepeatedAnnotationHandlers()230 .put(containerAnnotationName, new RepeatedAnnotationHandler(annotationName, handler)); in addRepeatedAnnotationHandlers()
188 val annotationName = annotation.qualifiedName() in isSuppressed() constant189 if (annotationName != null && annotationName in SUPPRESS_ANNOTATIONS) { in isSuppressed()
798 val annotationName = (item.modifiers.annotations().firstOrNull { annotation -> in <lambda>() constant803 "@$annotationName APIs must also be marked @hide: ${item.describe()}" in <lambda>()