001package org.kuali.common.util.main; 002 003import org.kuali.common.util.spring.service.PropertySourceConfig; 004import org.springframework.core.env.PropertySource; 005 006public interface MainService { 007 008 PropertySource<?> getPropertySource(MainContext context, Class<? extends PropertySourceConfig> config); 009 010}