//reikai-core/io.github.kerelape.reikai.typing/Strict
Strict
[JVM]
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.VALUE_PARAMETER])
annotation class Strict(val type: Type)
Describes type of data.
Since
0.1.0
//reikai-core/io.github.kerelape.reikai.typing/Strict
[JVM]
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.VALUE_PARAMETER])
annotation class Strict(val type: Type)
Describes type of data.
0.1.0