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

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

package as.leap.code;


/**
 * Created by stream.
 */
public interface Request {

  /**
   * @return T
   */
   T parameter(Class clazz);

  boolean isUseMasterKey();

  void useMasterKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy