commonMain.com.lt.lazy_people_http.annotations.Url.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LazyPeopleHttp-lib Show documentation
Show all versions of LazyPeopleHttp-lib Show documentation
Lazy people http, Retrofit of kmp all targets
package com.lt.lazy_people_http.annotations
/**
* creator: lt 2023/3/11 [email protected]
* effect : 替换请求url中的指定字段
* warning:
*/
@Target(AnnotationTarget.VALUE_PARAMETER)
annotation class Url(val replaceUrlName: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy