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

io.fintrospect.parameters.ParameterSpecSupplier.scala Maven / Gradle / Ivy

package io.fintrospect.parameters


/**
 * By implementing ParameterSpecSupplier[T], we can declare parameters using a shorthand: eg. Path(HipsterBeardStyle)
 */
trait ParameterSpecSupplier[T] {
  def spec: ParameterSpec[T]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy