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

me.hsgamer.hscore.database.Client Maven / Gradle / Ivy

There is a newer version: 4.3.29
Show newest version
package me.hsgamer.hscore.database;

/**
 * The client
 *
 * @param  the original
 */
public interface Client {

  /**
   * Get the original
   *
   * @return the original
   */
  T getOriginal();

  /**
   * Get the setting
   *
   * @return the setting
   */
  Setting getSetting();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy