Searched refs:annotationSpec (Results 1 – 5 of 5) sorted by relevance
135 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()136 this.annotations.add(annotationSpec); in addAnnotations()141 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation() argument142 this.annotations.add(annotationSpec); in addAnnotation()
159 for (AnnotationSpec annotationSpec : annotations) { in emitAnnotations()160 annotationSpec.emit(this, inline); in emitAnnotations()340 AnnotationSpec annotationSpec = (AnnotationSpec) o; in emitLiteral() local341 annotationSpec.emit(this, true); in emitLiteral()
313 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()314 this.annotations.add(annotationSpec); in addAnnotations()319 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation() argument320 this.annotations.add(annotationSpec); in addAnnotation()
431 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()432 this.annotations.add(annotationSpec); in addAnnotations()437 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation() argument438 checkNotNull(annotationSpec, "annotationSpec == null"); in addAnnotation()439 this.annotations.add(annotationSpec); in addAnnotation()