kotlinpoet
Toggle table of contents
2.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
AnnotationSpec
/
Companion
/
builder
builder
jvm
@
JvmStatic
fun
builder
(
type
:
ClassName
)
:
AnnotationSpec.Builder
@
JvmStatic
fun
builder
(
type
:
ParameterizedTypeName
)
:
AnnotationSpec.Builder
@
DelicateKotlinPoetApi
(
message
=
"Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead."
)
@
JvmStatic
fun
builder
(
type
:
Class
<
out
Annotation
>
)
:
AnnotationSpec.Builder
@
JvmStatic
fun
builder
(
type
:
KClass
<
out
Annotation
>
)
:
AnnotationSpec.Builder