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

com.taobao.diamond.manager.IConfigContext Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.taobao.diamond.manager;

public interface IConfigContext {
	
	public Object getParameter(String key);

	public void setParameter(String key, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy