it.auties.protobuf.schema.SchemaCreator Maven / Gradle / Ivy
package it.auties.protobuf.schema;
import java.io.IOException;
public interface SchemaCreator {
String createSchema() throws IOException, ClassNotFoundException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy