Searched refs:annotationName (Results 1 – 5 of 5) sorted by relevance
30 private final ClassName annotationName; field in AnnotationWriter34 AnnotationWriter(ClassName annotationName) { in AnnotationWriter() argument35 this.annotationName = annotationName; in AnnotationWriter()59 annotationName.write(appendable, context); in write()77 .append(annotationName) in referencedClasses()
58 final String annotationName; field in Indexer.IndexedBinding71 this.annotationName = annotation.setName(); in IndexedBinding()84 && annotationName.equals(o.annotationName) in equals()89 return Objects.hashCode(type, scope, typeLiteral, annotationType, annotationName, in hashCode()
346 public ClassInfo getAnnotation(String annotationName) { in getAnnotation() argument347 return mAnnotationsMap.get(annotationName); in getAnnotation()
2091 public static String getDocumentationStringForAnnotation(String annotationName) { in getDocumentationStringForAnnotation() argument2115 return annotationDocumentationMap.get(annotationName); in getDocumentationStringForAnnotation()
170 * Factored out an annotationName rule and used it in the annotation rule.