001package org.kuali.common.util.properties.spring;
002
003import org.kuali.common.util.properties.PropertiesService;
004
005public interface PropertiesServiceConfig {
006
007        public PropertiesService propertiesService();
008
009}