View Javadoc

1   package org.kuali.common.util.service;
2   
3   public enum PropertySourceAddPriority {
4   
5   	FIRST, LAST;
6   
7   }