kotlinpoet
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
Annotatable
/
Builder
/
addAnnotation
add
Annotation
jvm
open
fun
addAnnotation
(
annotationSpec
:
AnnotationSpec
)
:
T
open
fun
addAnnotation
(
annotation
:
ClassName
)
:
T
@
DelicateKotlinPoetApi
(
message
=
"Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead."
)
open
fun
addAnnotation
(
annotation
:
Class
<
*
>
)
:
T
open
fun
addAnnotation
(
annotation
:
KClass
<
*
>
)
:
T