ProtoType

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class ProtoType(type: ProtoIntegerType)

Instructs to use a particular ProtoIntegerType for a property of integer number type. Affect Byte, Short, Int, Long and Char properties and does not affect others.

Constructors

ProtoType
Link copied to clipboard
fun ProtoType(type: ProtoIntegerType)

Properties

type
Link copied to clipboard
val type: ProtoIntegerType