toggle menu
router
1.3.0-rc2
androidJvm
switch theme
search in API
router
/
com.therouter.router
/
Autowired
Autowired
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
@
Target
(
value
=
[
ElementType.FIELD
]
)
annotation class
Autowired
Annotation for parameters, which need autowired.
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
args
Link copied to clipboard
abstract
fun
args
(
)
:
String
description
Link copied to clipboard
abstract
fun
description
(
)
:
String
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
id
Link copied to clipboard
abstract
fun
id
(
)
:
Int
name
Link copied to clipboard
abstract
fun
name
(
)
:
String
required
Link copied to clipboard
abstract
fun
required
(
)
:
Boolean
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String