com.jpattern.ioc.IContextCreator Maven / Gradle / Ivy
package com.jpattern.ioc;
import java.io.Serializable;
import com.jpattern.ioc.exception.ConfigException;
/**
*
* @author Claudio Quaresima - [email protected] - 25/ott/08 12:06:07
* @version $Id: $
*/
public interface IContextCreator extends Serializable {
String REPLACER_BEAN_ID = "jodreplacer";
Object create(String beanIdName) throws ConfigException, ClassNotFoundException;
String readProperty(String aProperty);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy