001package org.kuali.common.util.metainf.spring; 002 003public enum MetaInfDataLocation { 004 005 CLIENT, SERVER 006 007}