Searched refs:annotationSpec (Results 1 – 7 of 7) sorted by relevance
136 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()137 this.annotations.add(annotationSpec); in addAnnotations()142 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation() argument143 this.annotations.add(annotationSpec); in addAnnotation()
162 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()163 this.annotations.add(annotationSpec); in addAnnotations()168 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation() argument169 this.annotations.add(annotationSpec); in addAnnotation()
165 for (AnnotationSpec annotationSpec : annotations) { in emitAnnotations()166 annotationSpec.emit(this, inline); in emitAnnotations()359 AnnotationSpec annotationSpec = (AnnotationSpec) o; in emitLiteral() local360 annotationSpec.emit(this, true); in emitLiteral()
450 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()451 this.annotations.add(annotationSpec); in addAnnotations()456 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation() argument457 checkNotNull(annotationSpec, "annotationSpec == null"); in addAnnotation()458 this.annotations.add(annotationSpec); in addAnnotation()755 for (AnnotationSpec annotationSpec : annotations) { in build()756 checkNotNull(annotationSpec, "annotationSpec == null"); in build()
334 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()335 this.annotations.add(annotationSpec); in addAnnotations()340 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation() argument341 this.annotations.add(annotationSpec); in addAnnotation()
90 AnnotationSpec annotationSpec = AnnotationSpec.get(annotationMirror); in getNullableAnnotationSpec() local92 return AndroidClassNames.NULLABLE_INTERNAL.equals(annotationSpec.type) in getNullableAnnotationSpec()94 : Optional.of(annotationSpec); in getNullableAnnotationSpec()
417 AnnotationSpec annotationSpec = AnnotationSpec.get(annotation); in MethodOverrider() local419 override.addAnnotation(annotationSpec); in MethodOverrider()