it.auties.protobuf.tool.schema.SchemaCreator Maven / Gradle / Ivy
package it.auties.protobuf.tool.schema;
import java.io.IOException;
public interface SchemaCreator {
String createSchema() throws IOException, ClassNotFoundException;
}
package it.auties.protobuf.tool.schema;
import java.io.IOException;
public interface SchemaCreator {
String createSchema() throws IOException, ClassNotFoundException;
}