kotlinpoet
1.11.0
kotlinpoet
/
com.squareup.kotlinpoet
/
ParameterSpec
/
Builder
/
addAnnotation
add
Annotation
fun
addAnnotation
(
annotationSpec
:
AnnotationSpec
)
:
ParameterSpec.Builder
Content copied to clipboard
fun
addAnnotation
(
annotation
:
ClassName
)
:
ParameterSpec.Builder
Content copied to clipboard
fun
addAnnotation
(
annotation
:
Class
<
*
>
)
:
ParameterSpec.Builder
Content copied to clipboard
fun
addAnnotation
(
annotation
:
KClass
<
*
>
)
:
ParameterSpec.Builder
Content copied to clipboard