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

org.noos.common.context.MutableContext Maven / Gradle / Ivy

The newest version!
package org.noos.common.context;

/**
 * @author Angelo De Caro ([email protected])
 */
public interface MutableContext extends Context {

    void put(Object key, Object value);

    Object remove(Object key);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy