001package org.kuali.common.util.metainf.spring;
002
003public enum MetaInfDataType {
004
005    BOOTSTRAP, DEMO, STAGING, TEST;
006
007}