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

it.auties.protobuf.serialization.model.property.ProtobufPropertyVariables Maven / Gradle / Ivy

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

import javax.lang.model.type.TypeMirror;
import java.util.List;

public record ProtobufPropertyVariables(boolean hasConverter, List variables) {
    public record ProtobufPropertyVariable(TypeMirror type, String name, String value, boolean primitive) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy