Link Search Menu Expand Document

//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

Constructors

   
Strict [JVM]
fun Strict(type: Type)

Properties

Name Summary
type [JVM]
val type: Type