retrofit-helper
1.1.0
androidJvm
retrofit-helper
/
com.king.retrofit.retrofithelper.annotation
/
BaseUrl
Base
Url
@
Documented
@
Target
(
value
=
ElementType.METHOD
)
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
annotation class
BaseUrl
BaseUrl: 用于支持动态改变并指定 BaseUrl。优先级高于
DomainName
Author
Jenly
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
value
Link copied to clipboard
abstract
fun
value
(
)
:
String