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
/
StartupFetcher
Startup
Fetcher
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
annotation class
StartupFetcher
(
val
index
:
Int
,
val
name
:
String
,
val
returnType
:
KClass
<
*
>
,
val
nullable
:
Boolean
=
false
)
Members
Properties
index
Link copied to clipboard
val
index
:
Int
name
Link copied to clipboard
val
name
:
String
nullable
Link copied to clipboard
val
nullable
:
Boolean
=
false
return
Type
Link copied to clipboard
val
returnType
:
KClass
<
*
>