kotlinpoet
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
TypeSpec
/
Builder
/
superclass
superclass
jvm
fun
superclass
(
superclass
:
TypeName
)
:
TypeSpec.Builder
@
DelicateKotlinPoetApi
(
message
=
"Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead."
)
fun
superclass
(
superclass
:
Type
)
:
TypeSpec.Builder
fun
superclass
(
superclass
:
KClass
<
*
>
)
:
TypeSpec.Builder