package eu.univento.teamvento.generator; /** * @author joethei * @version 1.0 */ public enum Generator { NORMAL, FLAT, VOID; }