1 package org.kuali.common.util.properties; 2 3 import java.util.Properties; 4 5 public interface PropertiesLoader { 6 7 Properties load(); 8 9 }