annotations
KtorGenExperimental Additional annotations or only these annotations to propagate as-is from the interface method to the generated implementation.
The annotations need to have empty constructor like @JvmSynthetic. Annotations requires properties like @JvmName can't be used. In that case, declare manually a function with the generated class.
For example, [JvmSynthetic::class]