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

tethys.writers.tokens.TokenWriterProducer.scala Maven / Gradle / Ivy

The newest version!
package tethys.writers.tokens

import java.io.Writer

trait TokenWriterProducer {
  def forWriter(writer: Writer): TokenWriter
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy