toggle menu
exercise
jvm
switch theme
search in API
annotations
/
com.juul.exercise.annotations
/
ExerciseParameter
Exercise
Parameter
@
Target
(
allowedTargets
=
[
]
)
annotation class
ExerciseParameter
(
val
name
:
String
,
val
type
:
KClass
<
*
>
,
val
typeArguments
:
KClass
<
*
>
,
val
optional
:
Boolean
=
false
,
val
parceler
:
KClass
<
*
>
=
Nothing::class
)
Actual type used by
Exercise
. Usually, use
Extra
or
Argument
aliases instead.
Members
Properties
name
Link copied to clipboard
val
name
:
String
optional
Link copied to clipboard
val
optional
:
Boolean
=
false
parceler
Link copied to clipboard
val
parceler
:
KClass
<
*
>
type
Link copied to clipboard
val
type
:
KClass
<
*
>
type
Arguments
Link copied to clipboard
val
typeArguments
:
Array
<
out
KClass
<
*
>
>