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

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

There is a newer version: 0.29.0
Show newest version
package tethys.writers.tokens

import java.io.Writer

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy