1 package org.kuali.common.util.main;
2
3 import org.kuali.common.util.spring.service.PropertySourceConfig;
4 import org.springframework.core.env.PropertySource;
5
6 public interface MainService {
7
8 PropertySource<?> getPropertySource(MainContext context, Class<? extends PropertySourceConfig> config);
9
10 }