Searched refs:annotationSpecs (Results 1 – 4 of 4) sorted by relevance
134 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument135 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()136 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()
160 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument161 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()162 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()
332 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument333 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()334 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()
448 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument449 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()450 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()