
com.blossomproject.generator.configuration.model.Generator Maven / Gradle / Ivy
package com.blossomproject.generator.configuration.model;
import java.io.IOException;
public interface Generator {
void generate() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy