1 package org.kuali.common.util.metainf.spring; 2 3 public enum MetaInfDataLocation { 4 5 CLIENT, SERVER 6 7 }