router
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
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
args
Link copied to clipboard
abstract
fun
args
(
)
:
String
Content copied to clipboard
description
Link copied to clipboard
abstract
fun
description
(
)
:
String
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
id
Link copied to clipboard
abstract
fun
id
(
)
:
Int
Content copied to clipboard
name
Link copied to clipboard
abstract
fun
name
(
)
:
String
Content copied to clipboard
required
Link copied to clipboard
abstract
fun
required
(
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard