Class Data
constructor(name: String, packageName: String, functions: List<FunctionData>, imports: List<String>, superClasses: List<KSTypeReference> = emptyList(), properties: List<KSPropertyDeclaration> = emptyList(), modifiers: List<KModifier> = emptyList(), ksFile: KSFile)
Parameters
name
of the interface that contains annotations
super Classes
List of qualifiedNames of interface that a Ktorfit interface extends