/* * SingletonConstants.java * * Created on 25 de Maio de 2004, 13:34 */ package siprp; /** * * @author fpalma */ public class SingletonConstants { public static final String PERSISTENCE_MANAGER = "PERSISTENCE_MANAGER"; /** Creates a new instance of SingletonConstants */ private SingletonConstants() { } }