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

it.auties.protobuf.tool.schema.SchemaCreator Maven / Gradle / Ivy

The newest version!
package it.auties.protobuf.tool.schema;

import java.io.IOException;

public interface SchemaCreator {
    String createSchema() throws IOException, ClassNotFoundException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy