toggle menu
exercise
jvm
switch theme
search in API
annotations
/
com.juul.exercise.annotations
/
ResultKind
Result
Kind
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
ResultKind
(
val
name
:
String
,
val
params
:
ExerciseParameter
)
Members
Properties
name
Link copied to clipboard
val
name
:
String
params
Link copied to clipboard
val
params
:
Array
<
out
ExerciseParameter
>