Properties

Link copied to clipboard

Functions

Link copied to clipboard
@DelicateKotlinPoetApi(message = "Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead.")
open fun addAnnotation(annotation: <Error class: unknown class><out <Error class: unknown class>>): T
open fun addAnnotation(annotationSpec: AnnotationSpec): T
open fun addAnnotation(annotation: ClassName): T
open fun addAnnotation(annotation: KClass<*>): T
Link copied to clipboard
open fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): T