HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.annotations
/
AIParam
AIParam
@
Target
(
allowedTargets
=
[
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
AIParam
(
val
description
:
String
,
val
min
:
Double
=
Double.NEGATIVE_INFINITY
,
val
max
:
Double
=
Double.POSITIVE_INFINITY
)
Members
Properties
description
Link copied to clipboard
val
description
:
String
max
Link copied to clipboard
val
max
:
Double
min
Link copied to clipboard
val
min
:
Double