ProtoType

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

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.

Properties

Link copied to clipboard