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

io.github.luyiisme.script.api.InvokeContext Maven / Gradle / Ivy

package io.github.luyiisme.script.api;

/**
 * Created by luyi on 16/5/16.
 */
public interface InvokeContext {

     T get(String key);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy