ProtoNumber

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class ProtoNumber(val number: Int)(source)

Specifies protobuf field number (a unique number for a field in the protobuf message) assigned to a Kotlin property.

See Assigning field numbers for details.

Properties

Link copied to clipboard
val number: Int