net.anotheria.asg.generator.IGenerator Maven / Gradle / Ivy
package net.anotheria.asg.generator;
import java.util.List;
/**
* TODO please remined another to comment this class
* @author another
*/
public interface IGenerator {
List generate(IGenerateable g);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy