TypeSpec.Builder |
TypeSpec.Builder.addAnnotations(Iterable<AnnotationSpec> annotationSpecs) |
ParameterSpec.Builder |
ParameterSpec.Builder.addAnnotations(Iterable<AnnotationSpec> annotationSpecs) |
MethodSpec.Builder |
MethodSpec.Builder.addAnnotations(Iterable<AnnotationSpec> annotationSpecs) |
FieldSpec.Builder |
FieldSpec.Builder.addAnnotations(Iterable<AnnotationSpec> annotationSpecs) |
TypeName |
TypeName.annotated(List<AnnotationSpec> annotations) |
TypeVariableName |
TypeVariableName.annotated(List<AnnotationSpec> annotations) |
ParameterizedTypeName |
ParameterizedTypeName.annotated(List<AnnotationSpec> annotations) |
WildcardTypeName |
WildcardTypeName.annotated(List<AnnotationSpec> annotations) |
ArrayTypeName |
ArrayTypeName.annotated(List<AnnotationSpec> annotations) |
ClassName |
ClassName.annotated(List<AnnotationSpec> annotations) |
protected List<AnnotationSpec> |
TypeName.concatAnnotations(List<AnnotationSpec> annotations) |