Home
last modified time | relevance | path

Searched refs:annotationSpecs (Results 1 – 4 of 4) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DFieldSpec.java134 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument
135 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()
136 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()
DParameterSpec.java160 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument
161 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()
162 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()
DMethodSpec.java332 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument
333 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()
334 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()
DTypeSpec.java448 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() argument
449 checkArgument(annotationSpecs != null, "annotationSpecs == null"); in addAnnotations()
450 for (AnnotationSpec annotationSpec : annotationSpecs) { in addAnnotations()