Searched refs:concatAnnotations (Results 1 – 5 of 5) sorted by relevance
43 return new ArrayTypeName(componentType, concatAnnotations(annotations)); in annotated()
117 return new TypeName(keyword, concatAnnotations(annotations)); in annotated()124 protected final List<AnnotationSpec> concatAnnotations(List<AnnotationSpec> annotations) { in concatAnnotations() method in TypeName
57 return new WildcardTypeName(upperBounds, lowerBounds, concatAnnotations(annotations)); in annotated()
58 enclosingType, rawType, typeArguments, concatAnnotations(annotations)); in annotated()
70 concatAnnotations(annotations)); in annotated()