ProtoListItem

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class ProtoListItem(    val integerType: IntegerType = IntegerType.Default,     val messageName: String = "",     val fieldName: String = "value",     val fieldNumber: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard
val fieldNumber: Int = 1
Link copied to clipboard
Link copied to clipboard