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

it.auties.protobuf.serialization.message.ProtobufBuilderElement Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
package it.auties.protobuf.serialization.message;

import javax.lang.model.element.ExecutableElement;
import javax.lang.model.element.VariableElement;
import java.util.List;

public record ProtobufBuilderElement(String name, List parameters, ExecutableElement delegate) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy