builder

fun builder(type: ClassName): AnnotationSpec.Builder
fun builder(type: ParameterizedTypeName): AnnotationSpec.Builder
fun builder(type: Class<out Annotation>): AnnotationSpec.Builder
fun builder(type: KClass<out Annotation>): AnnotationSpec.Builder