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

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

There is a newer version: 2.1.4
Show newest version
package com.lt.lazy_people_http.annotations

/**
 * creator: lt  2023/3/10  [email protected]
 * effect : 表示参数是url请求参数
 * warning:
 */
@Target(AnnotationTarget.VALUE_PARAMETER)
annotation class Query(val name: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy