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

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

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

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 - 2024 Weber Informatics LLC | Privacy Policy