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

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

There is a newer version: 0.3.0
Show newest version
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