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

lspace.librarian.structure.util.IdProvider.scala Maven / Gradle / Ivy

There is a newer version: 0.6.0.12
Show newest version
package lspace.librarian.structure.util

/**
  * id's should start from 1000, the first 1000 longs are reserved for default-classtypes
  */
trait IdProvider {
  def next: Long
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy