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

tech.simter.persistence.PersistenceEnum Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package tech.simter.persistence;

/**
 * The persistence interface with persistence value.
 *
 * @author RJ 2017-04-26
 */
public interface PersistenceEnum {
  /**
   * The persistence value
   *
   * @return The persistence value
   */
  V value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy