Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.foundation.startup
/
love.yinlin.foundation
/
StartupHandler
Startup
Handler
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
annotation class
StartupHandler
(
val
index
:
Int
,
val
name
:
String
,
val
handlerType
:
KClass
<
*
>
,
val
returnType
:
KClass
<
*
>
,
val
argTypes
:
KClass
<
*
>
)
Members
Properties
arg
Types
Link copied to clipboard
val
argTypes
:
Array
<
out
KClass
<
*
>
>
handler
Type
Link copied to clipboard
val
handlerType
:
KClass
<
*
>
index
Link copied to clipboard
val
index
:
Int
name
Link copied to clipboard
val
name
:
String
return
Type
Link copied to clipboard
val
returnType
:
KClass
<
*
>