kotlinpoet
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
Annotatable
Annotatable
jvm
interface
Annotatable
A spec or type which can be annotated.
Inheritors
FileSpec
FunSpec
ParameterSpec
PropertySpec
TypeAliasSpec
TypeName
TypeSpec
Members
Types
Builder
Link copied to clipboard
jvm
interface
Builder
<
out
T
:
Annotatable.Builder
<
T
>
>
Properties
annotations
Link copied to clipboard
jvm
abstract
val
annotations
:
List
<
AnnotationSpec
>