addAnnotation

fun addAnnotation(annotationSpec: AnnotationSpec): TypeAliasSpec.Builder
fun addAnnotation(annotation: ClassName): TypeAliasSpec.Builder
@DelicateKotlinPoetApi(message = Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead.)
fun addAnnotation(annotation: Class<*>): TypeAliasSpec.Builder
fun addAnnotation(annotation: KClass<*>): TypeAliasSpec.Builder