Tachyon Annotations (krpc-annotations)
/
org.brightify.hyperdrive.krpc.api.validation
/
Min
Min
@
Target
(
allowedTargets = [
AnnotationTarget.FUNCTION
,
AnnotationTarget.FIELD
,
AnnotationTarget.ANNOTATION_CLASS
,
AnnotationTarget.CONSTRUCTOR
,
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
Min
(value:
Long
, message:
String
)
Content copied to clipboard
The element must be a number larger than the specified value. Supported types:
BigDecimal
BigInteger
String
Byte
Short
Int
Long
Float
Double
Constructors
Properties
Constructors
Min
Link copied to clipboard
fun
Min
(value:
Long
, message:
String
= "")
Content copied to clipboard
Properties
message
Link copied to clipboard
val
message
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
Long
Content copied to clipboard