View Javadoc

1   package org.kuali.common.util.properties.spring;
2   
3   import org.kuali.common.util.properties.PropertiesService;
4   
5   public interface PropertiesServiceConfig {
6   
7   	public PropertiesService propertiesService();
8   
9   }