All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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