Package-level declarations

Types

Link copied to clipboard
annotation class FloatRange(val from: Double = Double.NEGATIVE_INFINITY, val to: Double = Double.POSITIVE_INFINITY, val fromInclusive: Boolean = true, val toInclusive: Boolean = true)

Denotes that the annotated element should be a float or double in the given range

Link copied to clipboard

Denotes that the annotated element should be an int or long in the given range.