commonMain.com.lt.lazy_people_http.annotations.FieldMap.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LazyPeopleHttp-lib-jvm Show documentation
Show all versions of LazyPeopleHttp-lib-jvm Show documentation
Lazy people http, Retrofit of kmp all targets
package com.lt.lazy_people_http.annotations
/**
* creator: lt 2023/3/10 [email protected]
* effect : 表示参数是表单请求参数的map
* warning: 只支持 Map 类型
*/
@Target(AnnotationTarget.VALUE_PARAMETER)
annotation class FieldMap