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

it.auties.protobuf.serialization.model.object.ProtobufUnknownFieldsElement Maven / Gradle / Ivy

package it.auties.protobuf.serialization.model.object;

import javax.lang.model.element.ExecutableElement;
import javax.lang.model.type.TypeMirror;

public record ProtobufUnknownFieldsElement(
        TypeMirror type,
        String defaultValue,
        ExecutableElement setter
) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy