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

com.hypertino.inflector.naming.IdentifierBuilder.scala Maven / Gradle / Ivy

package com.hypertino.inflector.naming

trait IdentifierBuilder {
  def regular(c: Char)

  def divider()

  def toString: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy