Home
last modified time | relevance | path

Searched refs:concatAnnotations (Results 1 – 5 of 5) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DArrayTypeName.java43 return new ArrayTypeName(componentType, concatAnnotations(annotations)); in annotated()
DTypeName.java117 return new TypeName(keyword, concatAnnotations(annotations)); in annotated()
124 protected final List<AnnotationSpec> concatAnnotations(List<AnnotationSpec> annotations) { in concatAnnotations() method in TypeName
DWildcardTypeName.java57 return new WildcardTypeName(upperBounds, lowerBounds, concatAnnotations(annotations)); in annotated()
DParameterizedTypeName.java58 enclosingType, rawType, typeArguments, concatAnnotations(annotations)); in annotated()
DClassName.java70 concatAnnotations(annotations)); in annotated()