首页
Android
iOS
社区
API文档
关于
GitHub
router
/
com.therouter.router
/
Autowired
Autowired
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
@
Target
(
value
=
[
ElementType.FIELD
]
)
annotation class
Autowired
Content copied to clipboard
Annotation for parameters, which need autowired.
Functions
Functions
annotation
Type
链接已复制到剪贴板
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
args
链接已复制到剪贴板
abstract
fun
args
(
)
:
String
Content copied to clipboard
description
链接已复制到剪贴板
abstract
fun
description
(
)
:
String
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
id
链接已复制到剪贴板
abstract
fun
id
(
)
:
Int
Content copied to clipboard
name
链接已复制到剪贴板
abstract
fun
name
(
)
:
String
Content copied to clipboard
required
链接已复制到剪贴板
abstract
fun
required
(
)
:
Boolean
Content copied to clipboard
to
String
链接已复制到剪贴板
abstract
fun
toString
(
)
:
String
Content copied to clipboard