All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.ioc.xml.IParameter Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package com.jpattern.ioc.xml;

import com.jpattern.ioc.IContextCreator;
import com.jpattern.ioc.exception.ConfigException;

/**
 * 
 * @author Francesco Cina'
 *
 * 18/dic/2009
 */
public interface IParameter {

    Object typedValue(IContextCreator aContextCreator) throws ConfigException, ClassNotFoundException;
    
    Class typedClass(IContextCreator aContextCreator) throws ConfigException, ClassNotFoundException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy