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

as.leap.code.Loader Maven / Gradle / Ivy

package as.leap.code;

import as.leap.code.impl.GlobalConfig;

import java.util.Map;

/**
 * load all the define.
 * Created by stream.
 */
public interface Loader {

  Map definers();

  /**
   * user have to implements this method for own code.
   * @param globalConfig user's cloudcode config
   */
  void main(GlobalConfig globalConfig);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy