Tachyon Annotations (krpc-annotations)
/
org.brightify.hyperdrive.krpc.api.validation
/
Future
Future
@
Target
(
allowedTargets = [
AnnotationTarget.FUNCTION
,
AnnotationTarget.FIELD
,
AnnotationTarget.ANNOTATION_CLASS
,
AnnotationTarget.CONSTRUCTOR
,
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
Future
(message:
String
)
Content copied to clipboard
The element must be a date (possibly with time) in the future. Supported types:
Date
Instant
LocalDate
LocalDateTime
Calendar
Long (ms from epoch)
Constructors
Properties
Constructors
Future
Link copied to clipboard
fun
Future
(message:
String
= "")
Content copied to clipboard
Properties
message
Link copied to clipboard
val
message
:
String
Content copied to clipboard