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

it.auties.protobuf.serialization.model.converter.ProtobufSerializerElement Maven / Gradle / Ivy

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

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

public record ProtobufSerializerElement(ExecutableElement delegate, TypeMirror returnType) implements ProtobufConverterElement {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy