
it.auties.protobuf.serialization.model.property.ProtobufGroupPropertyElement Maven / Gradle / Ivy
package it.auties.protobuf.serialization.model.property;
public record ProtobufGroupPropertyElement(
int index,
ProtobufPropertyType type,
boolean packed
) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy