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

com.talk2object.common.Context Maven / Gradle / Ivy

The newest version!
package com.talk2object.common;

public interface Context {
	Object get(String key);

	void set(String key, Object value);
	
	void remove(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy