首页
Android
iOS
社区
API文档
关于
GitHub
router
/
com.therouter.router
/
Routes
Routes
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
@
Target
(
value
=
[
ElementType.TYPE
]
)
annotation class
Routes
Content copied to clipboard
Created by ZhangTao on 17/8/11.
Functions
Functions
annotation
Type
链接已复制到剪贴板
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
链接已复制到剪贴板
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
链接已复制到剪贴板
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
链接已复制到剪贴板
abstract
fun
toString
(
)
:
String
Content copied to clipboard
value
链接已复制到剪贴板
abstract
fun
value
(
)
:
Array
<
Route
>
Content copied to clipboard