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

io.leopard.burrow.lang.Context Maven / Gradle / Ivy

package io.leopard.burrow.lang;

public interface Context {

	
	/**
	 * 容器初始化
	 */
	void init();

	/**
	 * 容器销毁
	 */
	void destroy();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy