toggle menu
foSho
jvm
switch theme
search in API
navigator-codegen
/
dev.funkymuse.fosho.navigator.codegen.annotation
/
CallbackArgument
Callback
Argument
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
CallbackArgument
(
val
name
:
String
,
val
argumentType
:
ArgumentType
,
val
defaultValue
:
KClass
<
out
ArgumentValue
>
=
DefaultArgumentValue::class
,
val
isNullable
:
Boolean
=
false
)
Members
Properties
argument
Type
Link copied to clipboard
val
argumentType
:
ArgumentType
default
Value
Link copied to clipboard
val
defaultValue
:
KClass
<
out
ArgumentValue
>
is
Nullable
Link copied to clipboard
val
isNullable
:
Boolean
=
false
name
Link copied to clipboard
val
name
:
String