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

com.jpattern.ioc.xml.IEntry 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;

public interface IEntry {

    Key getKey() ;
    
    int hashCode();

    boolean equals(Object obj);    
    
    Object typedValue(IContextCreator aContextCreator) throws ConfigException, ClassNotFoundException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy