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

com.maxleap.code.Loader Maven / Gradle / Ivy

There is a newer version: 2.4.9
Show newest version
package com.maxleap.code;

import com.maxleap.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