All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.lt.lazy_people_http.annotations.Url.kt Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy